summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2019-12-14 19:42:47 +0000
committerSergei Trofimovich <slyfox@gentoo.org>2019-12-14 21:26:50 +0000
commit96762b5ab674e9a79c8f3ec77cef6e2cc26a1672 (patch)
tree20ffd0decfa2abe8997a7171317483a4526519d4 /dev-haskell/logict/logict-0.7.0.2.ebuild
parentdev-haskell/logict-state: bump up to 0.1.0.5 (diff)
downloadgentoo-96762b5ab674e9a79c8f3ec77cef6e2cc26a1672.tar.gz
gentoo-96762b5ab674e9a79c8f3ec77cef6e2cc26a1672.tar.bz2
gentoo-96762b5ab674e9a79c8f3ec77cef6e2cc26a1672.zip
dev-haskell/logict: bump up to 0.7.0.2
Package-Manager: Portage-2.3.81, Repoman-2.3.20 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'dev-haskell/logict/logict-0.7.0.2.ebuild')
-rw-r--r--dev-haskell/logict/logict-0.7.0.2.ebuild28
1 files changed, 28 insertions, 0 deletions
diff --git a/dev-haskell/logict/logict-0.7.0.2.ebuild b/dev-haskell/logict/logict-0.7.0.2.ebuild
new file mode 100644
index 000000000000..fda9f35cc82f
--- /dev/null
+++ b/dev-haskell/logict/logict-0.7.0.2.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+# ebuild generated by hackport 0.6.1.9999
+
+CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
+inherit haskell-cabal
+
+DESCRIPTION="A backtracking logic-programming monad"
+HOMEPAGE="https://github.com/Bodigrim/logict#readme"
+SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="dev-haskell/fail:=[profile?]
+ >=dev-haskell/mtl-2:=[profile?] <dev-haskell/mtl-2.3:=[profile?]
+ >=dev-lang/ghc-7.4.1:=
+"
+DEPEND="${RDEPEND}
+ >=dev-haskell/cabal-1.9.2
+ test? ( dev-haskell/tasty
+ dev-haskell/tasty-hunit )
+"