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/convertible/files: convertible-1.0.10.0-time-1.2.patch
Date: Mon, 01 Aug 2011 21:05:32
Message-Id: 20110801210521.DB9FC20051@flycatcher.gentoo.org
1 slyfox 11/08/01 21:05:21
2
3 Added: convertible-1.0.10.0-time-1.2.patch
4 Log:
5 Future proof against upcoming ghc-7.
6
7 (Portage version: 2.1.10.7/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.1 dev-haskell/convertible/files/convertible-1.0.10.0-time-1.2.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/convertible/files/convertible-1.0.10.0-time-1.2.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/convertible/files/convertible-1.0.10.0-time-1.2.patch?rev=1.1&content-type=text/plain
14
15 Index: convertible-1.0.10.0-time-1.2.patch
16 ===================================================================
17 diff --git a/convertible.cabal b/convertible.cabal
18 index 377562d..98b7cc7 100644
19 --- a/convertible.cabal
20 +++ b/convertible.cabal
21 @@ -50,7 +50,7 @@ flag time_gte_113
22
23 library
24 if flag(splitBase)
25 - Build-Depends: base>=3 && <5, old-time, time>=1.1.2.4 && <=1.2.0.3,
26 + Build-Depends: base>=3 && <5, old-time, time>=1.1.2.4 && < 1.3,
27 bytestring, containers, old-locale
28 if flag(time_gte_113)
29 Build-Depends: time>=1.1.3