summaryrefslogtreecommitdiff
path: root/dev-haskell/monadcatchio-mtl
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:57:42 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:57:42 +0100
commit1798c4aeca70ac8d0a243684d6a798fbc65735f8 (patch)
treee48e19cb6fa03de18e1c63e1a93371b7ebc4eb56 /dev-haskell/monadcatchio-mtl
parentd87262dd706fec50cd150aab3e93883b6337466d (diff)
gentoo resync : 14.07.2018
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-r1.ebuild36
3 files changed, 0 insertions, 52 deletions
diff --git a/dev-haskell/monadcatchio-mtl/Manifest b/dev-haskell/monadcatchio-mtl/Manifest
deleted file mode 100644
index 4cc3d4aab16d..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-r1.ebuild 892 BLAKE2B be34215e2c8362d77edd2183f70935a6713ff9bee0d4b8b0e98ed30270047c59cf5e2bfbf7414ebba001b8a8cb34e44bb14910bda7714e84991458e799c29c13 SHA512 a25d6aacd9b69c6eeb73d7581f6516dd7bf8ccfc31fa9c3fa154d61a86d6262a19f857428fba53cf2caa7978834fa114bb0ae365dde58e86cd590bb0819a953a
-MISC metadata.xml 494 BLAKE2B b4c522a82adc731af073d9ab364ced0ee803bb0691aa95a028288cfbce04eda3c67d4c84fc52b3814bde1c485643cc457cd8db25496dd905626af6379a489040 SHA512 eb38fba13590afdc7d2c96e54b05286d6652ab9d0a7c31461758dd99c4d2602de690a913bea0173b9533617847e019d410938bd583d9e7d6b242230a46d8ce8c
diff --git a/dev-haskell/monadcatchio-mtl/metadata.xml b/dev-haskell/monadcatchio-mtl/metadata.xml
deleted file mode 100644
index 6428af9ccf7a..000000000000
--- a/dev-haskell/monadcatchio-mtl/metadata.xml
+++ /dev/null
@@ -1,13 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://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-r1.ebuild b/dev-haskell/monadcatchio-mtl/monadcatchio-mtl-0.3.1.0-r1.ebuild
deleted file mode 100644
index a7b48093eaca..000000000000
--- a/dev-haskell/monadcatchio-mtl/monadcatchio-mtl-0.3.1.0-r1.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-# 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="mirror://hackage/packages/archive/${MY_PN}/${PV}/${MY_P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0/${PV}"
-KEYWORDS="alpha amd64 ppc sparc 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() {
- cabal_chdeps \
- 'MonadCatchIO-transformers==0.3.1.0' 'MonadCatchIO-transformers>=0.3.1.0'
-}