summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormatoro <matoro@users.noreply.github.com>2022-07-12 01:11:49 -0400
committerSam James <sam@gentoo.org>2022-07-22 22:14:52 +0000
commit47910b3b8386e653a6da35adfa044788b6cd1610 (patch)
tree3c7c1e8c9ae100aae7fa6d17f1420daa734ed179 /dev-haskell/basement/basement-0.0.12.ebuild
parentdev-haskell/base-compat-batteries: add 0.12.1 (diff)
downloadgentoo-47910b3b8386e653a6da35adfa044788b6cd1610.tar.gz
gentoo-47910b3b8386e653a6da35adfa044788b6cd1610.tar.bz2
gentoo-47910b3b8386e653a6da35adfa044788b6cd1610.zip
dev-haskell/basement: add 0.0.12
Signed-off-by: matoro <matoro@users.noreply.github.com> Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-haskell/basement/basement-0.0.12.ebuild')
-rw-r--r--dev-haskell/basement/basement-0.0.12.ebuild23
1 files changed, 23 insertions, 0 deletions
diff --git a/dev-haskell/basement/basement-0.0.12.ebuild b/dev-haskell/basement/basement-0.0.12.ebuild
new file mode 100644
index 000000000000..f19d946f4ab4
--- /dev/null
+++ b/dev-haskell/basement/basement-0.0.12.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+# ebuild generated by hackport 0.6.7.9999
+
+CABAL_FEATURES="lib profile haddock hoogle hscolour"
+inherit haskell-cabal
+
+DESCRIPTION="Foundation scrap box of array & string"
+HOMEPAGE="https://github.com/haskell-foundation/foundation#readme"
+SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~ppc64 ~x86"
+
+RDEPEND=">=dev-lang/ghc-8.4.3:=
+"
+DEPEND="${RDEPEND}
+ >=dev-haskell/cabal-2.2.0.1
+"