You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-haskell/haskeline/files/haskeline-0.6.4.7-ghc-7.6.p...

23 lines
825 B

diff --git a/haskeline.cabal b/haskeline.cabal
index 2fa8d2e..0f43bfe 100644
--- a/haskeline.cabal
+++ b/haskeline.cabal
@@ -50,7 +50,7 @@ Library
}
else {
if impl(ghc>=6.11) {
- Build-depends: base >=4.1 && < 4.7, containers>=0.1 && < 0.6, directory>=1.0 && < 1.2,
+ Build-depends: base >=4.1 && < 4.7, containers>=0.1 && < 0.6, directory>=1.0 && < 1.3,
bytestring>=0.9 && < 0.11
}
else {
@@ -102,7 +102,7 @@ Library
install-includes: win_console.h
cpp-options: -DMINGW
} else {
- Build-depends: unix>=2.0 && < 2.6
+ Build-depends: unix>=2.0 && < 2.7
-- unix-2.3 doesn't build on ghc-6.8.1 or earlier
c-sources: cbits/h_iconv.c
cbits/h_wcwidth.c