Skip to content

Commit

Permalink
Add -Wall-missed-specialisations
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikolaj committed Sep 15, 2017
1 parent f56194e commit 129567b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions LambdaHack.cabal
Expand Up @@ -282,6 +282,7 @@ library
ExistentialQuantification, GADTs, StandaloneDeriving,
DataKinds, KindSignatures, DeriveGeneric
ghc-options: -Wall -Wcompat -Worphans -Wincomplete-uni-patterns -Wincomplete-record-updates -Wimplicit-prelude -Wmissing-home-modules -Widentities
ghc-options: -Wall-missed-specialisations
ghc-options: -fno-ignore-asserts -fexpose-all-unfoldings -fspecialise-aggressively

if impl(ghcjs) {
Expand Down Expand Up @@ -380,6 +381,7 @@ executable LambdaHack
StrictData
other-extensions: TemplateHaskell
ghc-options: -Wall -Wcompat -Worphans -Wincomplete-uni-patterns -Wincomplete-record-updates -Wimplicit-prelude -Wmissing-home-modules -Widentities
ghc-options: -Wall-missed-specialisations
ghc-options: -fno-ignore-asserts -fexpose-all-unfoldings -fspecialise-aggressively
ghc-options: -threaded -rtsopts

Expand Down

0 comments on commit 129567b

Please sign in to comment.