We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 747aba1 commit 6ec4452Copy full SHA for 6ec4452
snap-starter.cabal
@@ -44,9 +44,5 @@ Executable snap-starter
44
-- warnings allows quicker workflow.
45
ghc-options: -threaded -w
46
else
47
- if impl(ghc >= 6.12.0)
48
- ghc-options: -threaded -Wall -fwarn-tabs -funbox-strict-fields -O2
49
- -fno-warn-orphans -fno-warn-unused-do-bind
50
- else
51
52
- -fno-warn-orphans
+ ghc-options: -threaded -Wall -fwarn-tabs -funbox-strict-fields -O2
+ -fno-warn-orphans
0 commit comments