summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLennart Kolmodin <kolmodin@gentoo.org>2009-08-05 18:10:26 +0000
committerLennart Kolmodin <kolmodin@gentoo.org>2009-08-05 18:10:26 +0000
commit5cd8c2b07b46476a339561e5c68574c255bd4696 (patch)
tree6bd0ab6d6c2da6e6f5054f72d9f5aee6a19757f2 /dev-haskell/hsql-mysql
parentVersion bump dev-haskell/hsql-postgresql. (diff)
downloadgentoo-2-5cd8c2b07b46476a339561e5c68574c255bd4696.tar.gz
gentoo-2-5cd8c2b07b46476a339561e5c68574c255bd4696.tar.bz2
gentoo-2-5cd8c2b07b46476a339561e5c68574c255bd4696.zip
Version bump dev-haskell/hsql-mysql.
(Portage version: 2.1.6.13/cvs/Linux x86_64)
Diffstat (limited to 'dev-haskell/hsql-mysql')
-rw-r--r--dev-haskell/hsql-mysql/ChangeLog10
-rw-r--r--dev-haskell/hsql-mysql/hsql-mysql-1.7.1.ebuild21
2 files changed, 29 insertions, 2 deletions
diff --git a/dev-haskell/hsql-mysql/ChangeLog b/dev-haskell/hsql-mysql/ChangeLog
index 70ee616e575b..406eb1b4a9ca 100644
--- a/dev-haskell/hsql-mysql/ChangeLog
+++ b/dev-haskell/hsql-mysql/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for dev-haskell/hsql-mysql
-# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hsql-mysql/ChangeLog,v 1.8 2007/12/13 05:42:21 dcoutts Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hsql-mysql/ChangeLog,v 1.9 2009/08/05 18:10:26 kolmodin Exp $
+
+*hsql-mysql-1.7.1 (05 Aug 2009)
+
+ 05 Aug 2009; Lennart Kolmodin <kolmodin@gentoo.org>
+ +hsql-mysql-1.7.1.ebuild:
+ Version bump (builds on ghc 6.10).
13 Dec 2007; Duncan Coutts <dcoutts@gentoo.org> hsql-mysql-1.7.ebuild:
Updates for upward compatability with cabal-1.2 and ghc-6.8
diff --git a/dev-haskell/hsql-mysql/hsql-mysql-1.7.1.ebuild b/dev-haskell/hsql-mysql/hsql-mysql-1.7.1.ebuild
new file mode 100644
index 000000000000..511ccb20c215
--- /dev/null
+++ b/dev-haskell/hsql-mysql/hsql-mysql-1.7.1.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hsql-mysql/hsql-mysql-1.7.1.ebuild,v 1.1 2009/08/05 18:10:26 kolmodin Exp $
+
+CABAL_FEATURES="lib profile haddock"
+inherit haskell-cabal
+
+DESCRIPTION="MySQL driver for HSQL."
+HOMEPAGE="http://hackage.haskell.org/cgi-bin/hackage-scripts/package/hsql-mysql"
+SRC_URI="http://hackage.haskell.org/packages/archive/${PN}/${PV}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+IUSE=""
+
+RDEPEND=">=dev-lang/ghc-6.6.1
+ >=dev-haskell/hsql-$(get_version_component_range 1-2 ${PV})
+ >=virtual/mysql-4.0"
+DEPEND="${RDEPEND}
+ >=dev-haskell/cabal-1.6"