summaryrefslogtreecommitdiff
path: root/dev-haskell/wl-pprint
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2022-08-22 02:42:13 +0100
committerV3n3RiX <venerix@koprulu.sector>2022-08-22 02:42:13 +0100
commite7f37e03b952768321c8c943a80eff4152ea7bbd (patch)
tree355a9efb62297418cdadbc424b09dbafc54257e5 /dev-haskell/wl-pprint
parent2518522472e5de9c52c78dc0246475fe0ae3cc05 (diff)
gentoo auto-resync : 22:08:2022 - 02:42:13
Diffstat (limited to 'dev-haskell/wl-pprint')
-rw-r--r--dev-haskell/wl-pprint/Manifest3
-rw-r--r--dev-haskell/wl-pprint/metadata.xml13
-rw-r--r--dev-haskell/wl-pprint/wl-pprint-1.2.1.ebuild24
3 files changed, 0 insertions, 40 deletions
diff --git a/dev-haskell/wl-pprint/Manifest b/dev-haskell/wl-pprint/Manifest
deleted file mode 100644
index fe27e63c59d5..000000000000
--- a/dev-haskell/wl-pprint/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST wl-pprint-1.2.1.tar.gz 9959 BLAKE2B 03192e4e28f6a30661f156006f2cfad91f857b0c99d19fc5c00083de278a9b7a77e5bd60bf677f555b570965c9ea476b6d0cbcfb7daf67e55f8574aa6562d35a SHA512 84a3646b9039455b24c3dd4a4bbb2fc69ffa1fa3ead4d0574dc90da1a28064590a28c147135a0568700550c42e4ff83b04b0280564f0ed19acbfcb9d0400c2a3
-EBUILD wl-pprint-1.2.1.ebuild 541 BLAKE2B 6309d55b1916cab8ba8c5eb32b5eeca1f4f9530298e53b7702dd43b5acbf772900157953da62b08ee51b61302c960cf03f190b459daaf44ca30ecc65bc93f88b SHA512 57b90b5007cf1e81e90fcf8d72ff703368e306c8c3cb5b62aad3255244ac5afe396ab97df51f4cde5d22ce663ca8f865e58aa5685cdfc1b0786d05f39f05cc41
-MISC metadata.xml 502 BLAKE2B 454ac9108d6b213e915e562f33b318aff66f6d2f882f79e82af3add8ed47cc1e1a06e67b65b19274e1e0a4b40c02ae04f2620cd224ccaa703f96b71070efd76b SHA512 b1b103b269388f1b051fd7ef4a20c3e6d05ac9c94ff4b439be91f2689c045e430830cbbfe2c51ff5fe9764aa5cb17f50388e804852df1383bed1be3ab72683d6
diff --git a/dev-haskell/wl-pprint/metadata.xml b/dev-haskell/wl-pprint/metadata.xml
deleted file mode 100644
index bcfd38c3e566..000000000000
--- a/dev-haskell/wl-pprint/metadata.xml
+++ /dev/null
@@ -1,13 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>haskell@gentoo.org</email>
- <name>Gentoo Haskell</name>
- </maintainer>
- <longdescription>
- This is a pretty printing library based on Wadler's paper "A Prettier
- Printer". See the haddocks for full info. This version allows the
- library user to declare overlapping instances of the 'Pretty' class.
- </longdescription>
-</pkgmetadata>
diff --git a/dev-haskell/wl-pprint/wl-pprint-1.2.1.ebuild b/dev-haskell/wl-pprint/wl-pprint-1.2.1.ebuild
deleted file mode 100644
index 00076cdf5e6f..000000000000
--- a/dev-haskell/wl-pprint/wl-pprint-1.2.1.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-# ebuild generated by hackport 0.5.6.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
-"