diff options
Diffstat (limited to 'dev-haskell/haskeline/files/haskeline-0.6.4.7-ghc-7.6.patch')
-rw-r--r-- | dev-haskell/haskeline/files/haskeline-0.6.4.7-ghc-7.6.patch | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/dev-haskell/haskeline/files/haskeline-0.6.4.7-ghc-7.6.patch b/dev-haskell/haskeline/files/haskeline-0.6.4.7-ghc-7.6.patch new file mode 100644 index 000000000000..f09a30ad5f5d --- /dev/null +++ b/dev-haskell/haskeline/files/haskeline-0.6.4.7-ghc-7.6.patch @@ -0,0 +1,22 @@ +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 |