[commit: haddock] master: Fix problem with spec build in Haddock API configuration. (d76c57b)
git at git.haskell.org
git at git.haskell.org
Wed Jul 8 08:43:10 UTC 2015
Repository : ssh://git@git.haskell.org/haddock
On branch : master
Link : http://git.haskell.org/haddock.git/commitdiff/d76c57b3bfade1916b83c11bdb81601990138dff
>---------------------------------------------------------------
commit d76c57b3bfade1916b83c11bdb81601990138dff
Author: Łukasz Hanuszczak <lukasz.hanuszczak at gmail.com>
Date: Mon Jul 6 18:23:47 2015 +0200
Fix problem with spec build in Haddock API configuration.
>---------------------------------------------------------------
d76c57b3bfade1916b83c11bdb81601990138dff
haddock-api/haddock-api.cabal | 1 +
1 file changed, 1 insertion(+)
diff --git a/haddock-api/haddock-api.cabal b/haddock-api/haddock-api.cabal
index 3838c3d..439c058 100644
--- a/haddock-api/haddock-api.cabal
+++ b/haddock-api/haddock-api.cabal
@@ -113,6 +113,7 @@ test-suite spec
build-depends:
base >= 4.3 && < 4.9
, containers
+ , ghc >= 7.10 && < 7.10.2
, hspec
, QuickCheck == 2.*
More information about the ghc-commits
mailing list