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

Require GHC 7.8.3

parent 373f21c6
No related branches found
No related tags found
No related merge requests found
language: haskell language: haskell
env: env:
- GHCVER=7.8.1
- GHCVER=7.8.2
- GHCVER=7.8.3 - GHCVER=7.8.3
before_install: before_install:
......
...@@ -83,7 +83,7 @@ executable haddock ...@@ -83,7 +83,7 @@ executable haddock
array, array,
xhtml >= 3000.2 && < 3000.3, xhtml >= 3000.2 && < 3000.3,
Cabal >= 1.10, Cabal >= 1.10,
ghc == 7.8.*, ghc == 7.8.3,
bytestring bytestring
other-modules: other-modules:
...@@ -149,7 +149,7 @@ library ...@@ -149,7 +149,7 @@ library
array, array,
xhtml >= 3000.2 && < 3000.3, xhtml >= 3000.2 && < 3000.3,
Cabal >= 1.10, Cabal >= 1.10,
ghc == 7.8.* ghc == 7.8.3
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.
Finish editing this message first!
Please register or to comment