[commit: haskeline] ghc-head: Follow unix's version bump (3a92ddd)
Ian Lynagh
igloo at earth.li
Sun Feb 17 21:43:27 CET 2013
Repository : ssh://darcs.haskell.org//srv/darcs/packages/haskeline
On branch : ghc-head
http://hackage.haskell.org/trac/ghc/changeset/3a92ddd63d4edc622ad4af044c5b664aa64c3dd4
>---------------------------------------------------------------
commit 3a92ddd63d4edc622ad4af044c5b664aa64c3dd4
Author: Ian Lynagh <ian at well-typed.com>
Date: Sun Feb 17 20:25:10 2013 +0000
Follow unix's version bump
>---------------------------------------------------------------
haskeline.cabal | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
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