Gentoo Archives: gentoo-commits

From: "Sergei Trofimovich (slyfox)" <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-haskell/haskeline/files: haskeline-0.6.4.0-ghc-7.2.patch
Date: Tue, 02 Aug 2011 10:36:32
Message-Id: 20110802103623.8A7C720051@flycatcher.gentoo.org
1 slyfox 11/08/02 10:36:23
2
3 Added: haskeline-0.6.4.0-ghc-7.2.patch
4 Log:
5 Version bump.
6
7 (Portage version: 2.1.10.7/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.1 dev-haskell/haskeline/files/haskeline-0.6.4.0-ghc-7.2.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/haskeline/files/haskeline-0.6.4.0-ghc-7.2.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/haskeline/files/haskeline-0.6.4.0-ghc-7.2.patch?rev=1.1&content-type=text/plain
14
15 Index: haskeline-0.6.4.0-ghc-7.2.patch
16 ===================================================================
17 diff --git a/haskeline.cabal b/haskeline.cabal
18 index a3a200f..119bb3b 100644
19 --- a/haskeline.cabal
20 +++ b/haskeline.cabal
21 @@ -50,7 +50,7 @@ Library
22 }
23 else {
24 if impl(ghc>=6.11) {
25 - Build-depends: base >=4.1 && < 4.4, containers>=0.1 && < 0.5, directory>=1.0 && < 1.2,
26 + Build-depends: base >=4.1 && < 4.5, containers>=0.1 && < 0.5, directory>=1.0 && < 1.2,
27 bytestring==0.9.*
28 }
29 else {
30 @@ -102,7 +102,7 @@ Library
31 install-includes: win_console.h
32 cpp-options: -DMINGW
33 } else {
34 - Build-depends: unix>=2.0 && < 2.5
35 + Build-depends: unix>=2.0 && < 2.6
36 -- unix-2.3 doesn't build on ghc-6.8.1 or earlier
37 c-sources: cbits/h_iconv.c
38 cbits/h_wcwidth.c
39 diff --git a/setup b/setup
40 index 4cd648f..b2cdb6e 100755
41 Binary files a/setup and b/setup differ