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
Loading
...@@ -87,7 +87,7 @@ executable haddock ...@@ -87,7 +87,7 @@ executable haddock
array, array,
xhtml >= 3000.2 && < 3000.3, xhtml >= 3000.2 && < 3000.3,
Cabal >= 1.10, Cabal >= 1.10,
ghc >= 7.0 && < 7.4 ghc >= 7.2 && < 7.4
if flag(in-ghc-tree) if flag(in-ghc-tree)
cpp-options: -DIN_GHC_TREE cpp-options: -DIN_GHC_TREE
...@@ -147,7 +147,7 @@ library ...@@ -147,7 +147,7 @@ library
array, array,
xhtml >= 3000.2 && < 3000.3, xhtml >= 3000.2 && < 3000.3,
Cabal >= 1.10, Cabal >= 1.10,
ghc >= 7.0 && < 7.4 ghc >= 7.2 && < 7.4
if flag(in-ghc-tree) if flag(in-ghc-tree)
cpp-options: -DIN_GHC_TREE cpp-options: -DIN_GHC_TREE
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment