diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2020-10-24 14:02:48 +0100 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2020-10-24 14:09:12 +0100 |
commit | bc4e9daf57c04a7749b5aa4263af50e48e5e35a9 (patch) | |
tree | 38f4bfaed586acf6f4d2c2cdd78347361efc0c58 /dev-haskell/monad-control | |
parent | dev-haskell/monad-par-extras: drop old (diff) | |
download | gentoo-bc4e9daf57c04a7749b5aa4263af50e48e5e35a9.tar.gz gentoo-bc4e9daf57c04a7749b5aa4263af50e48e5e35a9.tar.bz2 gentoo-bc4e9daf57c04a7749b5aa4263af50e48e5e35a9.zip |
dev-haskell/monad-control: drop old
Package-Manager: Portage-3.0.8, Repoman-3.0.2
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'dev-haskell/monad-control')
-rw-r--r-- | dev-haskell/monad-control/Manifest | 1 | ||||
-rw-r--r-- | dev-haskell/monad-control/metadata.xml | 9 | ||||
-rw-r--r-- | dev-haskell/monad-control/monad-control-0.3.3.0.ebuild | 31 |
3 files changed, 0 insertions, 41 deletions
diff --git a/dev-haskell/monad-control/Manifest b/dev-haskell/monad-control/Manifest index d069f5bf8bd7..a0198bdba132 100644 --- a/dev-haskell/monad-control/Manifest +++ b/dev-haskell/monad-control/Manifest @@ -1,2 +1 @@ -DIST monad-control-0.3.3.0.tar.gz 10518 BLAKE2B 8ef230a6cf1999c5549cf8a4889933a0f05cc07972ee6e40877435e42fcdfb7487942cf71775dfdf49b00e4461f1a26d52afedc840a8d2c1a3acc3e84b7fa96e SHA512 734ca14baea74f9bd6f3603dc84426bd6d79ae23998ffcce5c8b994dfa8d58b8a573e7b0f68f7eaab07163c8806d8d5f95160f0439cc5fbd07b9509c84e4ef8a DIST monad-control-1.0.2.3.tar.gz 13864 BLAKE2B c150338e8a585dc045fd23404719fe61a2367f7308e15344f81549fd7f0808ef8fa2238a35b0a7c7984d26885352186bd6bf43359dec68b2df93581b021dd794 SHA512 59837326ec9f25220cb6c7329c91a5806b0ec7412d6af24c0f0d52c4fd93b084e92edd4f5f61a4f9c4248034fa540c23b65d2aacdfca737ece98bb132b8f08d4 diff --git a/dev-haskell/monad-control/metadata.xml b/dev-haskell/monad-control/metadata.xml index 7edd4dbbacf6..e793f6b1fd4e 100644 --- a/dev-haskell/monad-control/metadata.xml +++ b/dev-haskell/monad-control/metadata.xml @@ -27,15 +27,6 @@ <https://github.com/basvandijk/bench-monad-peel-control> </longdescription> - <use> - <flag name="instancest"> - If enabled this package will export - MonadBaseControl instances for the lazy and strict ST monad. If disabled these - instances are only exported when base >= 4.4. If enabled it is required that - the transformer-base package exports MonadBase instances for ST. It will do - this by default. - </flag> - </use> <upstream> <remote-id type="github">basvandijk/monad-control</remote-id> </upstream> diff --git a/dev-haskell/monad-control/monad-control-0.3.3.0.ebuild b/dev-haskell/monad-control/monad-control-0.3.3.0.ebuild deleted file mode 100644 index 0eca556fefda..000000000000 --- a/dev-haskell/monad-control/monad-control-0.3.3.0.ebuild +++ /dev/null @@ -1,31 +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.3.6.9999 - -CABAL_FEATURES="lib profile haddock hoogle hscolour" -inherit haskell-cabal - -DESCRIPTION="Lift control operations, like exception catching, through monad transformers" -HOMEPAGE="https://github.com/basvandijk/monad-control" -SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0/${PV}" -KEYWORDS="~amd64 ~x86 ~amd64-linux" -IUSE="+instancest" - -RDEPEND=">=dev-haskell/transformers-0.2:=[profile?] <dev-haskell/transformers-0.5:=[profile?] - >=dev-haskell/transformers-base-0.4.2:=[profile?] <dev-haskell/transformers-base-0.5:=[profile?] - >=dev-lang/ghc-6.10.4:= -" -DEPEND="${RDEPEND} - >=dev-haskell/cabal-1.6.0.3 -" - -src_configure() { - haskell-cabal_src_configure \ - $(cabal_flag instancest instancest) -} |