summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2014-01-13 15:32:02 +0000
committerSergei Trofimovich <slyfox@gentoo.org>2014-01-13 15:32:02 +0000
commit935b700e77bbec81e0860a6b6a5e6cc1894aeab1 (patch)
treeefba5a85c30e7c0bb2d9db5ab2a37ba066dfd324 /dev-haskell/hdbc-postgresql
parentVersion bump. (diff)
downloadgentoo-2-935b700e77bbec81e0860a6b6a5e6cc1894aeab1.tar.gz
gentoo-2-935b700e77bbec81e0860a6b6a5e6cc1894aeab1.tar.bz2
gentoo-2-935b700e77bbec81e0860a6b6a5e6cc1894aeab1.zip
Workaround build failure on cabal-1.18
(Portage version: 2.2.8/cvs/Linux x86_64, signed Manifest commit with key 611FF3AA)
Diffstat (limited to 'dev-haskell/hdbc-postgresql')
-rw-r--r--dev-haskell/hdbc-postgresql/ChangeLog8
-rw-r--r--dev-haskell/hdbc-postgresql/hdbc-postgresql-2.3.2.2.ebuild5
2 files changed, 9 insertions, 4 deletions
diff --git a/dev-haskell/hdbc-postgresql/ChangeLog b/dev-haskell/hdbc-postgresql/ChangeLog
index 0e4d1b1a2c24..1da150b38693 100644
--- a/dev-haskell/hdbc-postgresql/ChangeLog
+++ b/dev-haskell/hdbc-postgresql/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-haskell/hdbc-postgresql
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hdbc-postgresql/ChangeLog,v 1.22 2013/11/15 17:46:56 slyfox Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hdbc-postgresql/ChangeLog,v 1.23 2014/01/13 15:32:02 slyfox Exp $
+
+ 13 Jan 2014; Sergei Trofimovich <slyfox@gentoo.org>
+ hdbc-postgresql-2.3.2.2.ebuild:
+ Workaround build failure on cabal-1.18
*hdbc-postgresql-2.3.2.2 (15 Nov 2013)
diff --git a/dev-haskell/hdbc-postgresql/hdbc-postgresql-2.3.2.2.ebuild b/dev-haskell/hdbc-postgresql/hdbc-postgresql-2.3.2.2.ebuild
index 744c32022e5f..b81da542e98b 100644
--- a/dev-haskell/hdbc-postgresql/hdbc-postgresql-2.3.2.2.ebuild
+++ b/dev-haskell/hdbc-postgresql/hdbc-postgresql-2.3.2.2.ebuild
@@ -1,12 +1,13 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hdbc-postgresql/hdbc-postgresql-2.3.2.2.ebuild,v 1.1 2013/11/15 17:46:56 slyfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hdbc-postgresql/hdbc-postgresql-2.3.2.2.ebuild,v 1.2 2014/01/13 15:32:02 slyfox Exp $
EAPI=5
# ebuild generated by hackport 0.3.4.9999
CABAL_FEATURES="bin lib profile haddock hoogle hscolour"
+CABAL_FEATURES+=" nocabaldep" # workaround depend on old cabal-1.16
inherit haskell-cabal
MY_PN="HDBC-postgresql"