diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2016-04-03 10:11:01 +0100 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2016-04-03 14:36:34 +0100 |
commit | 65463616a7465984d347b177a2cf58891f6d3b1c (patch) | |
tree | 2b0ef758b51b0dffd62d4231170df1f450c23a90 /dev-haskell/th-reify-many | |
parent | dev-haskell/threads: drop old (diff) | |
download | gentoo-65463616a7465984d347b177a2cf58891f6d3b1c.tar.gz gentoo-65463616a7465984d347b177a2cf58891f6d3b1c.tar.bz2 gentoo-65463616a7465984d347b177a2cf58891f6d3b1c.zip |
dev-haskell/th-reify-many: drop old
Package-Manager: portage-2.2.28
Diffstat (limited to 'dev-haskell/th-reify-many')
-rw-r--r-- | dev-haskell/th-reify-many/Manifest | 1 | ||||
-rw-r--r-- | dev-haskell/th-reify-many/th-reify-many-0.1.2.ebuild | 28 |
2 files changed, 0 insertions, 29 deletions
diff --git a/dev-haskell/th-reify-many/Manifest b/dev-haskell/th-reify-many/Manifest index d4929f92266a..dc5a308b889b 100644 --- a/dev-haskell/th-reify-many/Manifest +++ b/dev-haskell/th-reify-many/Manifest @@ -1,2 +1 @@ -DIST th-reify-many-0.1.2.tar.gz 4996 SHA256 e96f4452f86fd01a59e18e9673ea6b2332132d4b88466c3283b98ab88955f9e4 SHA512 a7beaff7d5f24e1f744f43ba439457521c8fa0b500a5ac200edfc93467f9fd050975575ebf62dc286017e937553152600e8d0d7c368268451a222af04a65240a WHIRLPOOL ceb66ea267ab037aecbffb2e1b9c6e14249d7306b8d3a92884721399b1940a52056551aec4c452e25e6fd4c1d8a397e891dedfedc06301bd890d996ec244f21c DIST th-reify-many-0.1.3.tar.gz 5481 SHA256 dd51e8aafe834e7a39ad6777d90c71a7a029577355a91d36e36410cd24f51902 SHA512 1e258d9d9ae28537ce3b7eca2de2434ad1a84a474de131bc307a74d3cb6527c70ce2fa23987896e5c3804404acdfc515d08437fbdf9940b4fdab3374574a93ed WHIRLPOOL 33b347bf45330807aaa99ad08502283cd46636f737e21ac034770444b886d99d1cf36a6fdd0d4db7d3a225628da7662154a4fe54282f392180255ff27acce4c1 diff --git a/dev-haskell/th-reify-many/th-reify-many-0.1.2.ebuild b/dev-haskell/th-reify-many/th-reify-many-0.1.2.ebuild deleted file mode 100644 index bd6e91f95e40..000000000000 --- a/dev-haskell/th-reify-many/th-reify-many-0.1.2.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -# ebuild generated by hackport 0.4.4.9999 - -CABAL_FEATURES="lib profile haddock hoogle hscolour" -inherit haskell-cabal - -DESCRIPTION="Recurseively reify template haskell datatype info" -HOMEPAGE="https://github.com/mgsloan/th-reify-many" -SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0/${PV}" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND="dev-haskell/mtl:=[profile?] - dev-haskell/safe:=[profile?] - dev-haskell/th-expand-syns:=[profile?] - >=dev-lang/ghc-7.4.1:= -" -DEPEND="${RDEPEND} - >=dev-haskell/cabal-1.8 -" |