[commit: ghc] master: Make iserv-bin compatible with GHC version bump to 8.0 (8fcf1e7)
git at git.haskell.org
git at git.haskell.org
Wed Dec 30 07:37:39 UTC 2015
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/8fcf1e729fda213591251d974df4b3c9875d9a0a/ghc
>---------------------------------------------------------------
commit 8fcf1e729fda213591251d974df4b3c9875d9a0a
Author: Herbert Valerio Riedel <hvr at gnu.org>
Date: Wed Dec 30 08:37:02 2015 +0100
Make iserv-bin compatible with GHC version bump to 8.0
>---------------------------------------------------------------
8fcf1e729fda213591251d974df4b3c9875d9a0a
iserv/iserv-bin.cabal | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/iserv/iserv-bin.cabal b/iserv/iserv-bin.cabal
index d4f0eed..c7bd823 100644
--- a/iserv/iserv-bin.cabal
+++ b/iserv/iserv-bin.cabal
@@ -23,4 +23,4 @@ Executable iserv
bytestring >= 0.10 && < 0.11,
containers >= 0.5 && < 0.6,
deepseq >= 1.4 && < 1.5,
- ghci == 7.11.*
+ ghci >= 7.11 && < 8.1
More information about the ghc-commits
mailing list