summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2020-09-12 23:44:35 +0100
committerSergei Trofimovich <slyfox@gentoo.org>2020-09-12 23:44:35 +0100
commit6339589fc77fdc357f6620f8b06386af33280012 (patch)
tree6a073fda4473a27514818d3ff3ab0a50c6429506 /dev-haskell/unexceptionalio
parentdev-haskell/unbounded-delays: drop old (diff)
downloadgentoo-6339589fc77fdc357f6620f8b06386af33280012.tar.gz
gentoo-6339589fc77fdc357f6620f8b06386af33280012.tar.bz2
gentoo-6339589fc77fdc357f6620f8b06386af33280012.zip
dev-haskell/unexceptionalio: 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/unexceptionalio')
-rw-r--r--dev-haskell/unexceptionalio/Manifest1
-rw-r--r--dev-haskell/unexceptionalio/unexceptionalio-0.3.0.ebuild24
2 files changed, 0 insertions, 25 deletions
diff --git a/dev-haskell/unexceptionalio/Manifest b/dev-haskell/unexceptionalio/Manifest
index 7965a8a3ff51..384a2a0c5038 100644
--- a/dev-haskell/unexceptionalio/Manifest
+++ b/dev-haskell/unexceptionalio/Manifest
@@ -1,2 +1 @@
-DIST unexceptionalio-0.3.0.tar.gz 2335 BLAKE2B e2d3a7f63dece9631bcbe602d2f8c06b151d103f85ad3bb84de869b3194f20e2f8483523f15a828a8526af856fce53d7fa6f669c2a659c957b7ccca10466c878 SHA512 be6479cfdb39707473e07639b3a35c4e178571ec2b45a356e278c9bb20710775fe26c086239aa65c2d5f201730df223b5ca3e42ea61e1ffb9a285f384e62f4b6
DIST unexceptionalio-0.5.1.tar.gz 5635 BLAKE2B 4a4190a32a306dd8406639d24e9cad2abbd93ad9e59d3ce2dc4c370386915bc366ff42ce3d6179f02a9d0523702fb283af07b6182cedf0c9106195e54d17fb76 SHA512 62c42e5c683cd05505971602fe4e64a50b5949d9540acefd8d4d66ec0bf57075cdb8e35e99f7e7c4b4fdf589b2af47aa31c0cd62d518b4ded5fc5f9f382008ba
diff --git a/dev-haskell/unexceptionalio/unexceptionalio-0.3.0.ebuild b/dev-haskell/unexceptionalio/unexceptionalio-0.3.0.ebuild
deleted file mode 100644
index 6b56b7036916..000000000000
--- a/dev-haskell/unexceptionalio/unexceptionalio-0.3.0.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-# ebuild generated by hackport 0.4.7.9999
-
-CABAL_FEATURES="lib profile haddock hoogle hscolour"
-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.8
-"