summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2021-03-15 08:04:36 +0000
committerSergei Trofimovich <slyfox@gentoo.org>2021-03-15 09:07:15 +0000
commit6b78996e7f4847af109787deb4097d2f62523fb4 (patch)
tree0a774c68f5c594b7a2ee1fbb700bc95fc5c2b04f /dev-haskell/th-orphans/th-orphans-0.13.10.ebuild
parentdev-haskell/fclabels: bump up to 2.0.5 (diff)
downloadgentoo-6b78996e7f4847af109787deb4097d2f62523fb4.tar.gz
gentoo-6b78996e7f4847af109787deb4097d2f62523fb4.tar.bz2
gentoo-6b78996e7f4847af109787deb4097d2f62523fb4.zip
dev-haskell/th-orphans: bump up to 0.3.10
Package-Manager: Portage-3.0.17, Repoman-3.0.2 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'dev-haskell/th-orphans/th-orphans-0.13.10.ebuild')
-rw-r--r--dev-haskell/th-orphans/th-orphans-0.13.10.ebuild31
1 files changed, 31 insertions, 0 deletions
diff --git a/dev-haskell/th-orphans/th-orphans-0.13.10.ebuild b/dev-haskell/th-orphans/th-orphans-0.13.10.ebuild
new file mode 100644
index 000000000000..c2a10a9d6d76
--- /dev/null
+++ b/dev-haskell/th-orphans/th-orphans-0.13.10.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+# ebuild generated by hackport 0.6.4.9999
+
+CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
+inherit haskell-cabal
+
+DESCRIPTION="Orphan instances for TH datatypes"
+HOMEPAGE="https://hackage.haskell.org/package/th-orphans"
+SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND=">=dev-haskell/fail-4.9:=[profile?] <dev-haskell/fail-4.10:=[profile?]
+ >=dev-haskell/generic-deriving-1.9:=[profile?]
+ dev-haskell/mtl:=[profile?]
+ >=dev-haskell/th-lift-0.7.1:=[profile?]
+ dev-haskell/th-lift-instances:=[profile?]
+ >=dev-haskell/th-reify-many-0.1:=[profile?] <dev-haskell/th-reify-many-0.2:=[profile?]
+ >=dev-lang/ghc-7.4.1:=
+"
+DEPEND="${RDEPEND}
+ >=dev-haskell/cabal-1.10
+ test? ( dev-haskell/hspec )
+"