Skip to content

Commit

Permalink
fix: cabal warning
Browse files Browse the repository at this point in the history
  • Loading branch information
Unisay committed Sep 18, 2024
1 parent 57ecc46 commit 35233e4
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions plutus-tx-template.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,12 @@ license:
build-type: Simple
extra-doc-files: README.md

common warnings
common options
ghc-options: -Wall
default-language: Haskell2010

library scripts
import: warnings
import: options
hs-source-dirs: src
exposed-modules:
AuctionMintingPolicy
Expand All @@ -25,9 +26,8 @@ library scripts
build-depends: plutus-tx-plugin

executable gen-auction-validator-blueprint
import: warnings
import: options
hs-source-dirs: app
default-language: Haskell2010
main-is: GenAuctionValidatorBlueprint.hs
build-depends:
, base
Expand All @@ -40,9 +40,8 @@ executable gen-auction-validator-blueprint
, scripts

executable gen-minting-policy-blueprint
import: warnings
import: options
hs-source-dirs: app
default-language: Haskell2010
main-is: GenMintingPolicyBlueprint.hs
build-depends:
, base
Expand Down

0 comments on commit 35233e4

Please sign in to comment.