dev-haskell/th-orphans: bump up to 0.13.3
authorSergei Trofimovich <slyfox@gentoo.org>
Sun, 28 May 2017 13:16:09 +0000 (14:16 +0100)
committerSergei Trofimovich <slyfox@gentoo.org>
Sun, 28 May 2017 17:53:13 +0000 (18:53 +0100)
Package-Manager: Portage-2.3.6, Repoman-2.3.2

dev-haskell/th-orphans/Manifest
dev-haskell/th-orphans/th-orphans-0.13.3.ebuild [new file with mode: 0644]

index e7ba2224fa77c968419b0e6cd6a6e7396baeedcb..9aab2e7c3be21bea2b269949afd45cfa9c9b3956 100644 (file)
@@ -1,2 +1,3 @@
 DIST th-orphans-0.11.1.tar.gz 5511 SHA256 be0b88c2f83fb8a373498f95044ff9f9b68480cdc74e6bb11a256516f79e2c84 SHA512 49f3467ed2a8365ccd3ab2f3a7281e04a4b42fb81b6411f0553b1770974710df6005ecd3e3e41724ac02602c47150daad51010c107564d330d7b08cf52320503 WHIRLPOOL affe9e663744a332ef15cc740e4f29a4d884a6856f0ec23c42e173678b44189691372dc96f70f462252262e614c427428c1a77e3be3a72846db07880842af16c
+DIST th-orphans-0.13.3.tar.gz 6549 SHA256 7380d5b66d0c754e383e7b16e982b5d9ddf5f45f5a33118a20023ec8af78c46d SHA512 5adc55392c2575d885365631ec90c6f26186fcb5ccc42f0e53cace064f1bf5ce389519aa78939a6390054a3ce144484de09205147fe06cbecbc0663898b0371d WHIRLPOOL e8d088c74c770943ef0f9b2ebae89df578ed4ba3c0bb28dd4b2e7698602ac547e9aba20c5a3336d48b05b9f7793efa0bdb3629e5a0a9621b478cf80cbd545847
 DIST th-orphans-0.8.2.tar.gz 4116 SHA256 de8db3117fae31e33e3125f66fbcb9cea514771da0a4c4922db6767a85a6a4a5 SHA512 d0cad737caebcf943a7289fd5ba771530553ff57d40dd3ac7dc7fb4ffe949ab04d7af660a3b84491366119ffdcf607819135bfd160c94a1f8401376d2b7b49a7 WHIRLPOOL 78e14f309ba12da10f8b93991e4ccb093cb1ca8143368b31058e7a48e342f20f25ca4a0707903a939e73abb2dc836ddacd28d446ba0417944d000caf9bd87383
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 (file)
index 0000000..454122d
--- /dev/null
@@ -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 )
+"