summaryrefslogtreecommitdiff
path: root/dev-haskell/monadcatchio-mtl
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2022-08-22 14:43:09 +0100
committerV3n3RiX <venerix@koprulu.sector>2022-08-22 14:43:09 +0100
commitc0a9f2400f704c438b0cef4f4105e7bb6c3cbbff (patch)
treef03dacf9fcbf88186d23a1c68620015cca2a06b2 /dev-haskell/monadcatchio-mtl
parent4c4bbf21230bd972cf759b2a40b782aa4149fc1f (diff)
gentoo auto-resync : 22:08:2022 - 14:43:09
Diffstat (limited to 'dev-haskell/monadcatchio-mtl')
-rw-r--r--dev-haskell/monadcatchio-mtl/Manifest3
-rw-r--r--dev-haskell/monadcatchio-mtl/metadata.xml13
-rw-r--r--dev-haskell/monadcatchio-mtl/monadcatchio-mtl-0.3.1.0-r2.ebuild40
3 files changed, 0 insertions, 56 deletions
diff --git a/dev-haskell/monadcatchio-mtl/Manifest b/dev-haskell/monadcatchio-mtl/Manifest
deleted file mode 100644
index 4d573e2fd4cb..000000000000
--- a/dev-haskell/monadcatchio-mtl/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST MonadCatchIO-mtl-0.3.1.0.tar.gz 1730 BLAKE2B 30d1b5d3f83fd09a1b3e78848d7c1a664374294cde8fca4c60546490adcf9fb14584d7ecf6fe5ec2033b76e0dddb6c367157595f87ac544ac5aaaae7db01bb97 SHA512 b39deb663e1f1aaed287fdcb52d3c452dae32b92ddac3a19e96d37fa7e4605b5631130d92759d28834f90a12e3eab2f0131cf72b2501b5ff1e36723cc0e19d02
-EBUILD monadcatchio-mtl-0.3.1.0-r2.ebuild 941 BLAKE2B deeef87ee1142824a103c0cc908a8c557c2b0cf214d2ba8db2b04c451fe64ecff315af174be80fca15ba30cd27748cadeab749ad9e82a69c6f5b68838ea585ed SHA512 0f644e0e577488cf30a703659258626ed72447c2a7aad6a82d45b13b02b4249b35517fa85b1e1e7a6c84864e0d174aa70502f4ee457a471e8d1a043fb393c6ba
-MISC metadata.xml 495 BLAKE2B 03145a084ca3025085096d85135728b8ac96f2eb6aaae8fe6d3e774c68dc5dd247c03224c0abb299ce4ce29d53e9710425825e919829c4863a3afd1c9c4789a7 SHA512 ba13da0bb986dc765e77b92f9ce73f10fa90999d2d307dd51ee178502346451614552ca1911759a455debfa2bca96c3f0a85274d0431cfef9332cab3642b6fff
diff --git a/dev-haskell/monadcatchio-mtl/metadata.xml b/dev-haskell/monadcatchio-mtl/metadata.xml
deleted file mode 100644
index 29407674743b..000000000000
--- a/dev-haskell/monadcatchio-mtl/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>
- </maintainer>
- <longdescription>
- Provides a monad-transformer version of the @Control.Exception.catch@
- function. For this, it defines the @MonadCatchIO@ class, a subset of
- @MonadIO@. It defines proper instances for most monad transformers in
- the 'mtl' library.
- </longdescription>
-</pkgmetadata>
diff --git a/dev-haskell/monadcatchio-mtl/monadcatchio-mtl-0.3.1.0-r2.ebuild b/dev-haskell/monadcatchio-mtl/monadcatchio-mtl-0.3.1.0-r2.ebuild
deleted file mode 100644
index 9ec899f3c7f2..000000000000
--- a/dev-haskell/monadcatchio-mtl/monadcatchio-mtl-0.3.1.0-r2.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-# ebuild generated by hackport 0.3.5.9999
-
-CABAL_FEATURES="lib profile haddock hoogle hscolour"
-inherit haskell-cabal
-
-MY_PN="MonadCatchIO-mtl"
-MY_P="${MY_PN}-${PV}"
-
-DESCRIPTION="Monad-transformer version of the Control.Exception module"
-HOMEPAGE="http://darcsden.com/jcpetruzza/MonadCatchIO-mtl"
-SRC_URI="https://hackage.haskell.org/package/${MY_P}/${MY_P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0/${PV}"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="dev-haskell/extensible-exceptions:=[profile?]
- >=dev-haskell/monadcatchio-transformers-0.3.1.0:=[profile?]
- >=dev-lang/ghc-6.10.4:=
-"
-DEPEND="${RDEPEND}
- >=dev-haskell/cabal-1.6.0.3
-"
-
-S="${WORKDIR}/${MY_P}"
-
-src_prepare() {
- default
-
- # default is not compatible to Cabal-3
- rm Setup.lhs || die
- cabal_chdeps \
- 'MonadCatchIO-transformers==0.3.1.0' 'MonadCatchIO-transformers>=0.3.1.0'
-}