Skip to content
Snippets Groups Projects
Commit 754413bb authored by waern's avatar waern
Browse files

Requre ghc >= 7.2

parent 9331d3a3
No related branches found
No related tags found
No related merge requests found
......@@ -87,7 +87,7 @@ executable haddock
array,
xhtml >= 3000.2 && < 3000.3,
Cabal >= 1.10,
ghc >= 7.0 && < 7.4
ghc >= 7.2 && < 7.4
if flag(in-ghc-tree)
cpp-options: -DIN_GHC_TREE
......@@ -147,7 +147,7 @@ library
array,
xhtml >= 3000.2 && < 3000.3,
Cabal >= 1.10,
ghc >= 7.0 && < 7.4
ghc >= 7.2 && < 7.4
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