diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2020-09-12 23:51:19 +0100 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2020-09-12 23:53:51 +0100 |
commit | f4e1cffe7191a15f9882617f18e53b63eeda8583 (patch) | |
tree | edd42ed79f77b10fd8f36fbc89c9438ad8908322 /dev-haskell/wl-pprint | |
parent | dev-haskell/with-location: drop old (diff) | |
download | gentoo-f4e1cffe7191a15f9882617f18e53b63eeda8583.tar.gz gentoo-f4e1cffe7191a15f9882617f18e53b63eeda8583.tar.bz2 gentoo-f4e1cffe7191a15f9882617f18e53b63eeda8583.zip |
dev-haskell/wl-pprint: 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/wl-pprint')
-rw-r--r-- | dev-haskell/wl-pprint/Manifest | 1 | ||||
-rw-r--r-- | dev-haskell/wl-pprint/wl-pprint-1.2.ebuild | 24 |
2 files changed, 0 insertions, 25 deletions
diff --git a/dev-haskell/wl-pprint/Manifest b/dev-haskell/wl-pprint/Manifest index 89a6de575ea0..a7b57851c838 100644 --- a/dev-haskell/wl-pprint/Manifest +++ b/dev-haskell/wl-pprint/Manifest @@ -1,2 +1 @@ DIST wl-pprint-1.2.1.tar.gz 9959 BLAKE2B 03192e4e28f6a30661f156006f2cfad91f857b0c99d19fc5c00083de278a9b7a77e5bd60bf677f555b570965c9ea476b6d0cbcfb7daf67e55f8574aa6562d35a SHA512 84a3646b9039455b24c3dd4a4bbb2fc69ffa1fa3ead4d0574dc90da1a28064590a28c147135a0568700550c42e4ff83b04b0280564f0ed19acbfcb9d0400c2a3 -DIST wl-pprint-1.2.tar.gz 9881 BLAKE2B 7025f41b0a5213b6c08b07d0a87deeb16526f102ec73c1196be72179bb76320a83ac5631bfd16d88845751a756d0f87db60afe9109106e8676f8953eb6095851 SHA512 b5e6a8be51f10f1e1dad225020ba769cac62c311d6c0cc13a4ff8623e9b906218826d6f829e9169396eef9fc44379ba32d642914f543bd2f4e7070d6886ee91b diff --git a/dev-haskell/wl-pprint/wl-pprint-1.2.ebuild b/dev-haskell/wl-pprint/wl-pprint-1.2.ebuild deleted file mode 100644 index 90277f74afd3..000000000000 --- a/dev-haskell/wl-pprint/wl-pprint-1.2.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -# ebuild generated by hackport 0.4.5.9999 - -CABAL_FEATURES="lib profile haddock hoogle hscolour" -inherit haskell-cabal - -DESCRIPTION="The Wadler/Leijen Pretty Printer" -HOMEPAGE="https://hackage.haskell.org/package/wl-pprint" -SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0/${PV}" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND=">=dev-lang/ghc-7.4.1:= -" -DEPEND="${RDEPEND} - >=dev-haskell/cabal-1.6 -" |