summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJack Todaro <solpeth@posteo.org>2022-07-24 10:11:12 +1000
committerSam James <sam@gentoo.org>2022-07-24 02:07:51 +0100
commit913bbff79ffc2a780e7b2c2f1cec8969e7252d73 (patch)
tree262198be85355830452a195a1e934263f06de3ab /dev-haskell/rio
parentdev-haskell/rio: add 0.1.21.0 (diff)
downloadgentoo-913bbff79ffc2a780e7b2c2f1cec8969e7252d73.tar.gz
gentoo-913bbff79ffc2a780e7b2c2f1cec8969e7252d73.tar.bz2
gentoo-913bbff79ffc2a780e7b2c2f1cec8969e7252d73.zip
dev-haskell/rio: drop 0.1.18.0
Signed-off-by: Jack Todaro <solpeth@posteo.org> Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-haskell/rio')
-rw-r--r--dev-haskell/rio/Manifest1
-rw-r--r--dev-haskell/rio/rio-0.1.18.0.ebuild38
2 files changed, 0 insertions, 39 deletions
diff --git a/dev-haskell/rio/Manifest b/dev-haskell/rio/Manifest
index ec3937d19df6..bc8300cc2dd5 100644
--- a/dev-haskell/rio/Manifest
+++ b/dev-haskell/rio/Manifest
@@ -1,2 +1 @@
-DIST rio-0.1.18.0.tar.gz 58618 BLAKE2B c249006fa7a04f7db39168cfd324f61bf01862e57cec272a0b9551b6db4345ba813ac07c595ce795b4d0be06fa950cdeb626a30bef11e8eb03e98e575c04a397 SHA512 dd5fcf3611289108c154fb77d2bba4132ef80943b5ffcf9aa76e0d93d37fe3b6992d9804a3815b3aca1cbfaa21cb09c693022032649b6d1bb0e5fbfc2e161ab1
DIST rio-0.1.21.0.tar.gz 59157 BLAKE2B 5455a0056efc32f0120182a65adee665cfc33fbf2b6627bf420b26db7d472ca8b3d0797d996600f8538cc1dcfe34d87c0b6ce93f88dfc4c7e8b9516be334f25d SHA512 5a049c7af44f0811e402d641815453be0af1f437a89cada613940085ceb8b8bb66ab92753f31bf400ff16f72ff08a9e83ff422c988e434ffef0c64b4c1cc7224
diff --git a/dev-haskell/rio/rio-0.1.18.0.ebuild b/dev-haskell/rio/rio-0.1.18.0.ebuild
deleted file mode 100644
index e8707658616b..000000000000
--- a/dev-haskell/rio/rio-0.1.18.0.ebuild
+++ /dev/null
@@ -1,38 +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.6
-
-CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
-inherit haskell-cabal
-
-DESCRIPTION="A standard library for Haskell"
-HOMEPAGE="https://github.com/commercialhaskell/rio#readme"
-SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0/${PV}"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="dev-haskell/exceptions:=[profile?]
- dev-haskell/hashable:=[profile?]
- dev-haskell/microlens:=[profile?]
- dev-haskell/microlens-mtl:=[profile?]
- dev-haskell/mtl:=[profile?]
- dev-haskell/primitive:=[profile?]
- dev-haskell/text:=[profile?]
- >=dev-haskell/typed-process-0.2.5.0:=[profile?]
- >=dev-haskell/unliftio-0.2.12:=[profile?]
- dev-haskell/unliftio-core:=[profile?]
- dev-haskell/unordered-containers:=[profile?]
- dev-haskell/vector:=[profile?]
- >=dev-lang/ghc-8.2.1:=
-"
-DEPEND="${RDEPEND}
- >=dev-haskell/cabal-2.0.0.2
- test? ( dev-haskell/hspec
- dev-haskell/quickcheck )
-"