summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-haskell/unexceptionalio')
-rw-r--r--dev-haskell/unexceptionalio/Manifest1
-rw-r--r--dev-haskell/unexceptionalio/metadata.xml20
-rw-r--r--dev-haskell/unexceptionalio/unexceptionalio-0.5.1.ebuild27
3 files changed, 0 insertions, 48 deletions
diff --git a/dev-haskell/unexceptionalio/Manifest b/dev-haskell/unexceptionalio/Manifest
deleted file mode 100644
index 384a2a0c5038..000000000000
--- a/dev-haskell/unexceptionalio/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST unexceptionalio-0.5.1.tar.gz 5635 BLAKE2B 4a4190a32a306dd8406639d24e9cad2abbd93ad9e59d3ce2dc4c370386915bc366ff42ce3d6179f02a9d0523702fb283af07b6182cedf0c9106195e54d17fb76 SHA512 62c42e5c683cd05505971602fe4e64a50b5949d9540acefd8d4d66ec0bf57075cdb8e35e99f7e7c4b4fdf589b2af47aa31c0cd62d518b4ded5fc5f9f382008ba
diff --git a/dev-haskell/unexceptionalio/metadata.xml b/dev-haskell/unexceptionalio/metadata.xml
deleted file mode 100644
index 39217c354c01..000000000000
--- a/dev-haskell/unexceptionalio/metadata.xml
+++ /dev/null
@@ -1,20 +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>
- When you've caught all the exceptions that can be handled safely,
- this is what you're left with.
-
- It is intended that you use qualified imports with this library.
-
- &gt; import UnexceptionalIO (UIO)
- &gt; import qualified UnexceptionalIO as UIO
- </longdescription>
- <upstream>
- <remote-id type="github">singpolyma/unexceptionalio</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/dev-haskell/unexceptionalio/unexceptionalio-0.5.1.ebuild b/dev-haskell/unexceptionalio/unexceptionalio-0.5.1.ebuild
deleted file mode 100644
index 9c43479777a8..000000000000
--- a/dev-haskell/unexceptionalio/unexceptionalio-0.5.1.ebuild
+++ /dev/null
@@ -1,27 +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.6.5.9999
-
-CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
-inherit haskell-cabal
-
-DESCRIPTION="IO without any non-error, synchronous exceptions"
-HOMEPAGE="https://github.com/singpolyma/unexceptionalio"
-SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz"
-
-LICENSE="ISC"
-SLOT="0/${PV}"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND=">=dev-lang/ghc-7.4.1:=
-"
-DEPEND="${RDEPEND}
- >=dev-haskell/cabal-1.10
- test? ( dev-haskell/hunit
- dev-haskell/test-framework
- dev-haskell/test-framework-hunit )
-"