[commit: packages/haskeline] ghc-head: Allow building with terminfo-0.4. (9463063)

git at git.haskell.org git at git.haskell.org
Wed Jan 15 08:28:07 UTC 2014


Repository : ssh://git@git.haskell.org/haskeline

On branch  : ghc-head
Link       : http://git.haskell.org/packages/haskeline.git/commitdiff/9463063dd0f89b05603c9cb8f02ebd12a94780ce

>---------------------------------------------------------------

commit 9463063dd0f89b05603c9cb8f02ebd12a94780ce
Author: Judah Jacobson <judah.jacobson at gmail.com>
Date:   Tue Jan 14 08:41:46 2014 -0800

    Allow building with terminfo-0.4.


>---------------------------------------------------------------

9463063dd0f89b05603c9cb8f02ebd12a94780ce
 haskeline.cabal |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/haskeline.cabal b/haskeline.cabal
index ba5e0db..0cdf353 100644
--- a/haskeline.cabal
+++ b/haskeline.cabal
@@ -121,7 +121,7 @@ Library
                 System.Console.Haskeline.Backend.Posix.Encoder
                 System.Console.Haskeline.Backend.DumbTerm
         if flag(terminfo) {
-            Build-depends: terminfo>=0.3.1.3 && <0.4
+            Build-depends: terminfo>=0.3.1.3 && <0.5
             Other-modules: System.Console.Haskeline.Backend.Terminfo
             cpp-options: -DTERMINFO
         }



More information about the ghc-commits mailing list