Skip to content
Snippets Groups Projects
Commit ca0646c8 authored by Simon Hengel's avatar Simon Hengel
Browse files

Require ghc 7.6

parent 93410d53
No related branches found
No related tags found
No related merge requests found
......@@ -71,7 +71,7 @@ executable haddock
array,
xhtml >= 3000.2 && < 3000.3,
Cabal >= 1.10,
ghc >= 7.4 && < 7.8
ghc == 7.6.*
other-modules:
Documentation.Haddock
Haddock
......@@ -121,7 +121,7 @@ library
array,
xhtml >= 3000.2 && < 3000.3,
Cabal >= 1.10,
ghc >= 7.4 && < 7.8
ghc == 7.6.*
if flag(in-ghc-tree)
cpp-options: -DIN_GHC_TREE
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment