summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Vershilov <qnikst@gentoo.org>2013-08-26 04:42:48 +0000
committerAlexander Vershilov <qnikst@gentoo.org>2013-08-26 04:42:48 +0000
commitbf818a0e6067bfd0a6e0d3313a9befad97aa671b (patch)
treefb999054b3250373d04777d117624766006a9a0b /dev-haskell/cookie/cookie-0.4.0.1.ebuild
parentdev-haskell/crypto-pubkey: new version (diff)
downloadhistorical-bf818a0e6067bfd0a6e0d3313a9befad97aa671b.tar.gz
historical-bf818a0e6067bfd0a6e0d3313a9befad97aa671b.tar.bz2
historical-bf818a0e6067bfd0a6e0d3313a9befad97aa671b.zip
dev-haskell/cookie: new version
Package-Manager: portage-2.2.1/cvs/Linux x86_64 Manifest-Sign-Key: 0xEAD50D64D8D3571A!
Diffstat (limited to 'dev-haskell/cookie/cookie-0.4.0.1.ebuild')
-rw-r--r--dev-haskell/cookie/cookie-0.4.0.1.ebuild26
1 files changed, 26 insertions, 0 deletions
diff --git a/dev-haskell/cookie/cookie-0.4.0.1.ebuild b/dev-haskell/cookie/cookie-0.4.0.1.ebuild
new file mode 100644
index 000000000000..58de495d621f
--- /dev/null
+++ b/dev-haskell/cookie/cookie-0.4.0.1.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/cookie/cookie-0.4.0.1.ebuild,v 1.1 2013/08/26 04:42:43 qnikst Exp $
+
+EAPI=4
+
+# ebuild generated by hackport 0.2.18.9999
+
+CABAL_FEATURES="lib profile haddock hoogle hscolour"
+inherit haskell-cabal
+
+DESCRIPTION="HTTP cookie parsing and rendering"
+HOMEPAGE="http://github.com/snoyberg/cookie"
+SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND=">=dev-haskell/blaze-builder-0.2.1[profile?]
+ dev-haskell/data-default[profile?]
+ >=dev-haskell/text-0.7[profile?]
+ >=dev-lang/ghc-6.10.1"
+DEPEND="${RDEPEND}
+ >=dev-haskell/cabal-1.6"