diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2020-09-12 23:38:57 +0100 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2020-09-12 23:43:09 +0100 |
commit | 41306988f38856e6d0b203291983b012c71e437a (patch) | |
tree | ee00df86dde8681a27a86653719bc9b1d8eeca65 /dev-haskell/th-utilities | |
parent | dev-haskell/th-reify-many: drop old (diff) | |
download | gentoo-41306988f38856e6d0b203291983b012c71e437a.tar.gz gentoo-41306988f38856e6d0b203291983b012c71e437a.tar.bz2 gentoo-41306988f38856e6d0b203291983b012c71e437a.zip |
dev-haskell/th-utilities: drop old
Package-Manager: Portage-3.0.6, Repoman-3.0.1
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'dev-haskell/th-utilities')
-rw-r--r-- | dev-haskell/th-utilities/Manifest | 1 | ||||
-rw-r--r-- | dev-haskell/th-utilities/th-utilities-0.2.0.1.ebuild | 30 |
2 files changed, 0 insertions, 31 deletions
diff --git a/dev-haskell/th-utilities/Manifest b/dev-haskell/th-utilities/Manifest index 532c09f9604d..57244e486db8 100644 --- a/dev-haskell/th-utilities/Manifest +++ b/dev-haskell/th-utilities/Manifest @@ -1,2 +1 @@ -DIST th-utilities-0.2.0.1.tar.gz 14996 BLAKE2B dc39e7f282a2b5cc4ae2442f76080e042bc0fd3fc28e29ef7e6313bd4685ed33c855c10fa9313e5b7d3c6e9fd3c8cfbe4a64d8131a156b34eabd0f437b99b850 SHA512 30cb5c09071beb1f8e029d217fefc6e58aa6eaa8a28994990d1549091fc174195b04a10e7873b1ac5f894cb4a528bf9764256ff1ad5c969493fbf5f872f1749f DIST th-utilities-0.2.3.0.tar.gz 15577 BLAKE2B fad72515936ba6b7876ff731c7a1e12246014e191282028fc1bd1846dc704d4d1408e82e82a394a1f58350f961c5b7b7f5b9ae0cfbf09551fc5964433d42b113 SHA512 edddde2ea3a9da44bd34cbf51d9f4ea14510eac9527f2f1a199390566e24f10ed84403f5450e47244b0cbfc4b5dc3a5c3f64ec596255f191d8bad83d9043a3ba diff --git a/dev-haskell/th-utilities/th-utilities-0.2.0.1.ebuild b/dev-haskell/th-utilities/th-utilities-0.2.0.1.ebuild deleted file mode 100644 index 375b4679f79a..000000000000 --- a/dev-haskell/th-utilities/th-utilities-0.2.0.1.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# 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="Collection of useful functions for use with Template Haskell" -HOMEPAGE="https://github.com/fpco/th-utilities#readme" -SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0/${PV}" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND="dev-haskell/primitive:=[profile?] - dev-haskell/syb:=[profile?] - dev-haskell/text:=[profile?] - dev-haskell/th-orphans:=[profile?] - >=dev-lang/ghc-7.8.2:= -" -DEPEND="${RDEPEND} - >=dev-haskell/cabal-1.18.1.3 - test? ( dev-haskell/hspec - dev-haskell/vector ) -" |