summaryrefslogtreecommitdiff
path: root/dev-haskell/barbies/barbies-2.0.4.0.ebuild
diff options
context:
space:
mode:
authorhololeap <hololeap@protonmail.com>2023-10-02 23:07:45 -0600
committerSam James <sam@gentoo.org>2023-10-23 04:09:40 +0100
commit5649a3a6e61e10cf5a76c2270facd6c6e96fd8dd (patch)
treeb1cc3ed58bf869c9597da9617ebb74e4eeb9b308 /dev-haskell/barbies/barbies-2.0.4.0.ebuild
parent35c2e685fb59373dc47c2ed491234b6eabc92d95 (diff)
downloadgentoo-5649a3a6e61e10cf5a76c2270facd6c6e96fd8dd.tar.gz
gentoo-5649a3a6e61e10cf5a76c2270facd6c6e96fd8dd.tar.bz2
gentoo-5649a3a6e61e10cf5a76c2270facd6c6e96fd8dd.zip
dev-haskell/barbies: new package, add 2.0.4.0
Signed-off-by: hololeap <hololeap@protonmail.com> Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-haskell/barbies/barbies-2.0.4.0.ebuild')
-rw-r--r--dev-haskell/barbies/barbies-2.0.4.0.ebuild30
1 files changed, 30 insertions, 0 deletions
diff --git a/dev-haskell/barbies/barbies-2.0.4.0.ebuild b/dev-haskell/barbies/barbies-2.0.4.0.ebuild
new file mode 100644
index 000000000000..7c0b781c245f
--- /dev/null
+++ b/dev-haskell/barbies/barbies-2.0.4.0.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+# ebuild generated by hackport 0.8.1.0.9999
+
+CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
+inherit haskell-cabal
+
+DESCRIPTION="Classes for working with types that can change clothes"
+HOMEPAGE="https://github.com/jcpetruzza/barbies#readme"
+
+LICENSE="BSD"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
+
+RDEPEND="
+ dev-haskell/distributive:=[profile?]
+ >=dev-lang/ghc-8.8.1:=
+"
+DEPEND="${RDEPEND}
+ >=dev-haskell/cabal-3.0.0.0
+ test? (
+ dev-haskell/quickcheck
+ dev-haskell/tasty
+ dev-haskell/tasty-hunit
+ dev-haskell/tasty-quickcheck
+ )
+"