diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2016-01-16 19:24:51 +0000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2016-01-16 19:42:39 +0000 |
commit | 5749a557ebb19d58daf8e695eadf1953c61a6777 (patch) | |
tree | fe30d0f5e9e3f43afa9a25c27fb951ce0924bb8d /dev-haskell/uri/uri-0.1.6.4.ebuild | |
parent | dev-haskell/unordered-containers: bump up to 0.2.6.0 (diff) | |
download | gentoo-5749a557ebb19d58daf8e695eadf1953c61a6777.tar.gz gentoo-5749a557ebb19d58daf8e695eadf1953c61a6777.tar.bz2 gentoo-5749a557ebb19d58daf8e695eadf1953c61a6777.zip |
dev-haskell/uri: bump up to 0.1.6.4
Package-Manager: portage-2.2.26
Diffstat (limited to 'dev-haskell/uri/uri-0.1.6.4.ebuild')
-rw-r--r-- | dev-haskell/uri/uri-0.1.6.4.ebuild | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/dev-haskell/uri/uri-0.1.6.4.ebuild b/dev-haskell/uri/uri-0.1.6.4.ebuild new file mode 100644 index 000000000000..0e79ed262d78 --- /dev/null +++ b/dev-haskell/uri/uri-0.1.6.4.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +# ebuild generated by hackport 0.4.6.9999 + +CABAL_FEATURES="lib profile haddock hoogle hscolour" +inherit haskell-cabal + +DESCRIPTION="Library for working with URIs" +HOMEPAGE="http://gitorious.org/uri" +SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=">=dev-haskell/parsec-3.0:=[profile?] + dev-haskell/safe:=[profile?] + dev-haskell/utf8-string:=[profile?] + >=dev-lang/ghc-7.4.1:= +" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-1.6 +" |