diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2017-05-28 14:16:09 +0100 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2017-05-28 18:53:13 +0100 |
commit | 695b68fde8e283e059d3123437b1dafd7fd4dbcd (patch) | |
tree | cffbda52270ee6e2a8e4114816d9b6ad74a9719c /dev-haskell/th-orphans | |
parent | dev-haskell/th-lift-instances: new package, a depend of dev-haskell/stack (diff) | |
download | gentoo-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')
-rw-r--r-- | dev-haskell/th-orphans/Manifest | 1 | ||||
-rw-r--r-- | dev-haskell/th-orphans/th-orphans-0.13.3.ebuild | 30 |
2 files changed, 31 insertions, 0 deletions
diff --git a/dev-haskell/th-orphans/Manifest b/dev-haskell/th-orphans/Manifest index e7ba2224fa77..9aab2e7c3be2 100644 --- a/dev-haskell/th-orphans/Manifest +++ b/dev-haskell/th-orphans/Manifest @@ -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 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 ) +" |