Skip to content

Commit

Permalink
Enable -fexpose-all-unfoldings
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikolaj committed Nov 21, 2016
1 parent 059412c commit 9c3a041
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions LambdaHack.cabal
Expand Up @@ -250,7 +250,7 @@ library
DataKinds, KindSignatures
--, DeriveGeneric
ghc-options: -Wall -fwarn-orphans -fwarn-tabs -fwarn-incomplete-uni-patterns -fwarn-incomplete-record-updates -fwarn-unrecognised-pragmas
ghc-options: -fno-warn-implicit-prelude -fno-ignore-asserts
ghc-options: -fno-warn-implicit-prelude -fno-ignore-asserts -fexpose-all-unfoldings

if impl(ghcjs) {
other-modules: Game.LambdaHack.Client.UI.Frontend.Dom
Expand Down Expand Up @@ -335,7 +335,7 @@ executable LambdaHack
BangPatterns, RecordWildCards, NamedFieldPuns, MultiWayIf
other-extensions: TemplateHaskell
ghc-options: -Wall -fwarn-orphans -fwarn-tabs -fwarn-incomplete-uni-patterns -fwarn-incomplete-record-updates -fwarn-unrecognised-pragmas
ghc-options: -fno-warn-implicit-prelude -fno-ignore-asserts
ghc-options: -fno-warn-implicit-prelude -fno-ignore-asserts -fexpose-all-unfoldings
ghc-options: -threaded -rtsopts

if impl(ghcjs) {
Expand Down Expand Up @@ -388,7 +388,7 @@ test-suite test
BangPatterns, RecordWildCards, NamedFieldPuns, MultiWayIf
other-extensions: TemplateHaskell
ghc-options: -Wall -fwarn-orphans -fwarn-tabs -fwarn-incomplete-uni-patterns -fwarn-incomplete-record-updates -fwarn-unrecognised-pragmas
ghc-options: -fno-warn-implicit-prelude -fno-ignore-asserts
ghc-options: -fno-warn-implicit-prelude -fno-ignore-asserts -fexpose-all-unfoldings
ghc-options: -threaded -rtsopts

if impl(ghcjs) {
Expand Down

0 comments on commit 9c3a041

Please sign in to comment.