summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJack Todaro <solpeth@posteo.org>2022-07-31 08:18:11 +1000
committerSam James <sam@gentoo.org>2022-07-31 02:29:39 +0100
commit22584cac29dca6122b871dabf1c97b10be8ac20e (patch)
treeb1560cd18b7d16314fb13d59e71eee3a6fe3b02a
parentdev-haskell/th-reify-many: add 0.1.10 (diff)
downloadgentoo-22584cac29dca6122b871dabf1c97b10be8ac20e.tar.gz
gentoo-22584cac29dca6122b871dabf1c97b10be8ac20e.tar.bz2
gentoo-22584cac29dca6122b871dabf1c97b10be8ac20e.zip
dev-haskell/th-reify-many: drop 0.1.9
Signed-off-by: Jack Todaro <solpeth@posteo.org> Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r--dev-haskell/th-reify-many/Manifest1
-rw-r--r--dev-haskell/th-reify-many/th-reify-many-0.1.9.ebuild27
2 files changed, 0 insertions, 28 deletions
diff --git a/dev-haskell/th-reify-many/Manifest b/dev-haskell/th-reify-many/Manifest
index 3fd0d206a193..2e3ef5e2b673 100644
--- a/dev-haskell/th-reify-many/Manifest
+++ b/dev-haskell/th-reify-many/Manifest
@@ -1,2 +1 @@
DIST th-reify-many-0.1.10.tar.gz 5825 BLAKE2B c3ff8235c04e2dd8507d3381ae45fba7e84a1117ba1feaa78856c6313ae80d957a60f23d22c0b1eac2e315c16db4b8e12fa1dfaf4665d8207ad759a3a55258dd SHA512 9c5b64e791a0649d7e05a471cfc1b6e84e50c90a3711ffd7304c2bd8af9623ba3c026e68fb36bc0497f9f67e18ad2d76902d96fa98220399e8feaac2b09d51be
-DIST th-reify-many-0.1.9.tar.gz 5693 BLAKE2B c70b758a843b3d76982d89564a9cfe5fdc55d97ff05f3622e86b5160e06be22dd8fb870978b8da093ea5642bc1879ff7f5900fca4ff1cffe5f078ac8ec347155 SHA512 6d6f3cb939c172869e88a14ee800aa7760e090df55e0105f41ddc501c0a4bb60d59a66fafd890475fc3074a4fb25d7583570e2cfe32ce69f43c8db9663b0f110
diff --git a/dev-haskell/th-reify-many/th-reify-many-0.1.9.ebuild b/dev-haskell/th-reify-many/th-reify-many-0.1.9.ebuild
deleted file mode 100644
index c1bfcb59111e..000000000000
--- a/dev-haskell/th-reify-many/th-reify-many-0.1.9.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-# ebuild generated by hackport 0.6.9999
-
-CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
-inherit haskell-cabal
-
-DESCRIPTION="Recurseively reify template haskell datatype info"
-HOMEPAGE="https://github.com/mgsloan/th-reify-many"
-SRC_URI="https://hackage.haskell.org/package/${P}/${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.10
-"