Put back the ghc-options
Accidentally left the cabal file ghc-options out after development.
Accidentally left the cabal file ghc-options out after development.
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
By running 'make upgrade' command.
By running 'make upgrade' command.
By running 'cargo update' command.