Skip to content

Commit

Permalink
Put back the ghc-options
Browse files Browse the repository at this point in the history
Accidentally left the cabal file ghc-options out after development.
  • Loading branch information
Dino Morelli committed Jan 30, 2023
1 parent 4e47e9c commit 1060d62
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions marlowe-runtime/marlowe-runtime.cabal
Expand Up @@ -53,6 +53,10 @@ common lang
StandaloneDeriving
TypeApplications
TupleSections
ghc-options:
-Wall -Wnoncanonical-monad-instances -Wunused-packages
-Wincomplete-uni-patterns -Wincomplete-record-updates
-Wredundant-constraints -Widentities
if flag(defer-plugin-errors)
ghc-options: -fplugin-opt PlutusTx.Plugin:defer-errors

Expand Down

0 comments on commit 1060d62

Please sign in to comment.