diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2011-08-04 12:44:56 +0000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2011-08-04 12:44:56 +0000 |
commit | a7517ac8618e1d7d5a47a25d03fc792600d70b20 (patch) | |
tree | 7735d2eb2ecbc179d1eac78341bc362791c49c4b /dev-haskell/hsql-postgresql | |
parent | mask net-fs/samba[ads,cluster] as it require some unsupported features (diff) | |
download | historical-a7517ac8618e1d7d5a47a25d03fc792600d70b20.tar.gz historical-a7517ac8618e1d7d5a47a25d03fc792600d70b20.tar.bz2 historical-a7517ac8618e1d7d5a47a25d03fc792600d70b20.zip |
Version bump (ghc-7 compatible)
Package-Manager: portage-2.1.10.10/cvs/Linux x86_64
Diffstat (limited to 'dev-haskell/hsql-postgresql')
-rw-r--r-- | dev-haskell/hsql-postgresql/ChangeLog | 10 | ||||
-rw-r--r-- | dev-haskell/hsql-postgresql/hsql-postgresql-1.8.1.ebuild | 25 |
2 files changed, 33 insertions, 2 deletions
diff --git a/dev-haskell/hsql-postgresql/ChangeLog b/dev-haskell/hsql-postgresql/ChangeLog index 12aa583042fc..dd719fd1811b 100644 --- a/dev-haskell/hsql-postgresql/ChangeLog +++ b/dev-haskell/hsql-postgresql/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-haskell/hsql-postgresql -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hsql-postgresql/ChangeLog,v 1.12 2010/07/12 15:49:30 slyfox Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hsql-postgresql/ChangeLog,v 1.13 2011/08/04 12:44:55 slyfox Exp $ + +*hsql-postgresql-1.8.1 (04 Aug 2011) + + 04 Aug 2011; Sergei Trofimovich <slyfox@gentoo.org> + +hsql-postgresql-1.8.1.ebuild: + Version bump (ghc-7 compatible) 12 Jul 2010; Sergei Trofimovich <slyfox@gentoo.org> hsql-postgresql-1.7.ebuild: diff --git a/dev-haskell/hsql-postgresql/hsql-postgresql-1.8.1.ebuild b/dev-haskell/hsql-postgresql/hsql-postgresql-1.8.1.ebuild new file mode 100644 index 000000000000..53077e220ad0 --- /dev/null +++ b/dev-haskell/hsql-postgresql/hsql-postgresql-1.8.1.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hsql-postgresql/hsql-postgresql-1.8.1.ebuild,v 1.1 2011/08/04 12:44:55 slyfox Exp $ + +# ebuild generated by hackport 0.2.13 + +EAPI="3" + +CABAL_FEATURES="lib profile haddock hscolour" +inherit haskell-cabal + +DESCRIPTION="A Haskell Interface to PostgreSQL via the PQ library." +HOMEPAGE="http://hackage.haskell.org/package/hsql-postgresql" +SRC_URI="http://hackage.haskell.org/packages/archive/${PN}/${PV}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86" +IUSE="" + +RDEPEND="=dev-haskell/hsql-1.8* + >=dev-lang/ghc-6.10.1 + >=dev-db/postgresql-base-7" +DEPEND="${RDEPEND} + dev-haskell/cabal" |