summaryrefslogtreecommitdiff
path: root/dev-haskell/asn1-parse/asn1-parse-0.9.4.ebuild
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2016-01-16 17:32:43 +0000
committerSergei Trofimovich <slyfox@gentoo.org>2016-01-16 19:42:39 +0000
commitc21810083f92e3929dc05ddc25d5de29e4d694d4 (patch)
tree205e8d4d4753ff5c24dfb19b90dabf5ae2a82255 /dev-haskell/asn1-parse/asn1-parse-0.9.4.ebuild
parentd2ce22d41a397f60abd56d9fcc5807bcdcbc24f5 (diff)
downloadgentoo-c21810083f92e3929dc05ddc25d5de29e4d694d4.tar.gz
gentoo-c21810083f92e3929dc05ddc25d5de29e4d694d4.tar.bz2
gentoo-c21810083f92e3929dc05ddc25d5de29e4d694d4.zip
dev-haskell/asn1-parse: bump up to 0.9.4
Package-Manager: portage-2.2.26
Diffstat (limited to 'dev-haskell/asn1-parse/asn1-parse-0.9.4.ebuild')
-rw-r--r--dev-haskell/asn1-parse/asn1-parse-0.9.4.ebuild27
1 files changed, 27 insertions, 0 deletions
diff --git a/dev-haskell/asn1-parse/asn1-parse-0.9.4.ebuild b/dev-haskell/asn1-parse/asn1-parse-0.9.4.ebuild
new file mode 100644
index 000000000000..94e04a3fcf8f
--- /dev/null
+++ b/dev-haskell/asn1-parse/asn1-parse-0.9.4.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2015 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="Simple monadic parser for ASN1 stream types"
+HOMEPAGE="https://github.com/vincenthz/hs-asn1"
+SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND=">=dev-haskell/asn1-encoding-0.9:=[profile?]
+ >=dev-haskell/asn1-types-0.3:=[profile?] <dev-haskell/asn1-types-0.4:=[profile?]
+ >=dev-lang/ghc-7.4.1:=
+"
+DEPEND="${RDEPEND}
+ >=dev-haskell/cabal-1.6
+"