summaryrefslogtreecommitdiff
path: root/dev-haskell/doclayout/doclayout-0.3.0.2.ebuild
diff options
context:
space:
mode:
authormatoro <matoro@users.noreply.github.com>2022-07-30 20:49:11 -0400
committerSam James <sam@gentoo.org>2022-07-31 05:10:27 +0100
commit11b24a3f9654228ef8aa40379cc903a42fbef149 (patch)
tree185f67ecb4d37aad432b3c2a23908a8878c70880 /dev-haskell/doclayout/doclayout-0.3.0.2.ebuild
parent3c938e871251dc1e980955cccd57a408fc99dbda (diff)
downloadgentoo-11b24a3f9654228ef8aa40379cc903a42fbef149.tar.gz
gentoo-11b24a3f9654228ef8aa40379cc903a42fbef149.tar.bz2
gentoo-11b24a3f9654228ef8aa40379cc903a42fbef149.zip
dev-haskell/doclayout: drop 0.3.0.2
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-haskell/doclayout/doclayout-0.3.0.2.ebuild')
-rw-r--r--dev-haskell/doclayout/doclayout-0.3.0.2.ebuild29
1 files changed, 0 insertions, 29 deletions
diff --git a/dev-haskell/doclayout/doclayout-0.3.0.2.ebuild b/dev-haskell/doclayout/doclayout-0.3.0.2.ebuild
deleted file mode 100644
index 7ddee0ab5658..000000000000
--- a/dev-haskell/doclayout/doclayout-0.3.0.2.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-# ebuild generated by hackport 0.6.7.9999
-
-CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
-inherit haskell-cabal
-
-DESCRIPTION="A prettyprinting library for laying out text documents"
-HOMEPAGE="https://github.com/jgm/doclayout"
-SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0/${PV}"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="dev-haskell/mtl:=[profile?]
- dev-haskell/safe:=[profile?]
- dev-haskell/text:=[profile?]
- >=dev-lang/ghc-8.4.3:=
-"
-DEPEND="${RDEPEND}
- >=dev-haskell/cabal-2.2.0.1
- test? ( dev-haskell/tasty
- dev-haskell/tasty-golden
- dev-haskell/tasty-hunit )
-"