[commit: packages/haskeline] ghc-head: Follow unix's version bump Manual merge from git.haskell.org/packages/haskeline.git Original patch by Ian Lynagh <ian at well-typed.com> (2cd0d3d)
git at git.haskell.org
git at git.haskell.org
Sat Oct 12 20:06:51 UTC 2013
Repository : ssh://git@git.haskell.org/haskeline
On branch : ghc-head
Link : http://git.haskell.org/packages/haskeline.git/commitdiff/2cd0d3d2de1979847b930695c9f839462c792302
>---------------------------------------------------------------
commit 2cd0d3d2de1979847b930695c9f839462c792302
Author: Judah Jacobson <judah.jacobson at gmail.com>
Date: Sat Oct 12 18:09:30 2013 +0000
Follow unix's version bump
Manual merge from git.haskell.org/packages/haskeline.git
Original patch by Ian Lynagh <ian at well-typed.com>
>---------------------------------------------------------------
2cd0d3d2de1979847b930695c9f839462c792302
haskeline.cabal | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/haskeline.cabal b/haskeline.cabal
index 2665ae8..0fb2082 100644
--- a/haskeline.cabal
+++ b/haskeline.cabal
@@ -111,7 +111,7 @@ Library
install-includes: win_console.h
cpp-options: -DMINGW
} else {
- Build-depends: unix>=2.0 && < 2.7
+ Build-depends: unix>=2.0 && < 2.8
-- unix-2.3 doesn't build on ghc-6.8.1 or earlier
-- Use manual encoding/decoding on ghc<7.4
if flag (legacy-encoding) || impl(ghc<7.4) {
More information about the ghc-commits
mailing list