[commit: packages/haskeline] master: Bump upper bound on unix to < 2.9 (1732a6d)
git at git.haskell.org
git at git.haskell.org
Tue Apr 17 14:33:13 UTC 2018
Repository : ssh://git@git.haskell.org/haskeline
On branch : master
Link : http://git.haskell.org/packages/haskeline.git/commitdiff/1732a6d02ed834f810c2a88bee3d2a176ed5773f
>---------------------------------------------------------------
commit 1732a6d02ed834f810c2a88bee3d2a176ed5773f
Author: Ryan Scott <ryan.gl.scott at gmail.com>
Date: Mon Apr 16 08:30:27 2018 -0400
Bump upper bound on unix to < 2.9
See https://ghc.haskell.org/trac/ghc/ticket/15042.
>---------------------------------------------------------------
1732a6d02ed834f810c2a88bee3d2a176ed5773f
haskeline.cabal | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/haskeline.cabal b/haskeline.cabal
index 8df52a6..84cd0e0 100644
--- a/haskeline.cabal
+++ b/haskeline.cabal
@@ -95,7 +95,7 @@ Library
install-includes: win_console.h
cpp-options: -DMINGW
} else {
- Build-depends: unix>=2.0 && < 2.8
+ Build-depends: unix>=2.0 && < 2.9
Other-modules:
System.Console.Haskeline.Backend.Posix
System.Console.Haskeline.Backend.Posix.Encoder
More information about the ghc-commits
mailing list