Skip to content

Commit 6ec4452

Browse files
committed
Remove build support for old GHC
1 parent 747aba1 commit 6ec4452

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

snap-starter.cabal

+2-6
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,5 @@ Executable snap-starter
4444
-- warnings allows quicker workflow.
4545
ghc-options: -threaded -w
4646
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-
ghc-options: -threaded -Wall -fwarn-tabs -funbox-strict-fields -O2
52-
-fno-warn-orphans
47+
ghc-options: -threaded -Wall -fwarn-tabs -funbox-strict-fields -O2
48+
-fno-warn-orphans

0 commit comments

Comments
 (0)