summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2020-08-05 07:41:20 +0100
committerSergei Trofimovich <slyfox@gentoo.org>2020-08-05 07:45:11 +0100
commitd3f6f9e9e814cf9ba4b3c1c21c1753ea5140e839 (patch)
tree252d81c41197254e50c5981eb6cc11458c1eaf05 /dev-haskell/parsec1/parsec1-1.0.0.7.ebuild
parentapp-emulation/lxc: bump to 4.0.4 (diff)
downloadgentoo-d3f6f9e9e814cf9ba4b3c1c21c1753ea5140e839.tar.gz
gentoo-d3f6f9e9e814cf9ba4b3c1c21c1753ea5140e839.tar.bz2
gentoo-d3f6f9e9e814cf9ba4b3c1c21c1753ea5140e839.zip
dev-haskell/parsec1: bump up to 1.0.0.7
Package-Manager: Portage-3.0.1, Repoman-2.3.23 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'dev-haskell/parsec1/parsec1-1.0.0.7.ebuild')
-rw-r--r--dev-haskell/parsec1/parsec1-1.0.0.7.ebuild24
1 files changed, 24 insertions, 0 deletions
diff --git a/dev-haskell/parsec1/parsec1-1.0.0.7.ebuild b/dev-haskell/parsec1/parsec1-1.0.0.7.ebuild
new file mode 100644
index 000000000000..e9718d6c2c2c
--- /dev/null
+++ b/dev-haskell/parsec1/parsec1-1.0.0.7.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+# ebuild generated by hackport 0.6.6.9999
+
+CABAL_FEATURES="lib profile haddock hoogle hscolour"
+inherit haskell-cabal
+
+DESCRIPTION="Portable monadic parser combinators"
+HOMEPAGE="https://hackage.haskell.org/package/parsec1"
+SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND=">=dev-lang/ghc-8.0.1:=
+"
+DEPEND="${RDEPEND}
+ >=dev-haskell/cabal-1.24.0.0
+"