summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2017-05-28 14:16:09 +0100
committerSergei Trofimovich <slyfox@gentoo.org>2017-05-28 18:53:13 +0100
commit695b68fde8e283e059d3123437b1dafd7fd4dbcd (patch)
treecffbda52270ee6e2a8e4114816d9b6ad74a9719c /dev-haskell/th-orphans/th-orphans-0.13.3.ebuild
parentdev-haskell/th-lift-instances: new package, a depend of dev-haskell/stack (diff)
downloadgentoo-695b68fde8e283e059d3123437b1dafd7fd4dbcd.tar.gz
gentoo-695b68fde8e283e059d3123437b1dafd7fd4dbcd.tar.bz2
gentoo-695b68fde8e283e059d3123437b1dafd7fd4dbcd.zip
dev-haskell/th-orphans: bump up to 0.13.3
Package-Manager: Portage-2.3.6, Repoman-2.3.2
Diffstat (limited to 'dev-haskell/th-orphans/th-orphans-0.13.3.ebuild')
-rw-r--r--dev-haskell/th-orphans/th-orphans-0.13.3.ebuild30
1 files changed, 30 insertions, 0 deletions
diff --git a/dev-haskell/th-orphans/th-orphans-0.13.3.ebuild b/dev-haskell/th-orphans/th-orphans-0.13.3.ebuild
new file mode 100644
index 000000000000..454122d489f4
--- /dev/null
+++ b/dev-haskell/th-orphans/th-orphans-0.13.3.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+# ebuild generated by hackport 0.5.1.9999
+
+CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
+inherit haskell-cabal
+
+DESCRIPTION="Orphan instances for TH datatypes"
+HOMEPAGE="http://hackage.haskell.org/package/th-orphans"
+SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND=">=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 )
+"