summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2016-04-03 13:43:12 +0100
committerSergei Trofimovich <slyfox@gentoo.org>2016-04-03 14:36:34 +0100
commit658ad8804b5562840f92b599e1dc3e1db8f525de (patch)
tree3f3b34e0dc639e67a59f7b79acb4b458fa04a432 /dev-haskell/comonads-fd
parentdev-haskell/concurrent-extra: drop old (diff)
downloadgentoo-658ad8804b5562840f92b599e1dc3e1db8f525de.tar.gz
gentoo-658ad8804b5562840f92b599e1dc3e1db8f525de.tar.bz2
gentoo-658ad8804b5562840f92b599e1dc3e1db8f525de.zip
dev-haskell/comonads-fd: drop old
Package-Manager: portage-2.2.28
Diffstat (limited to 'dev-haskell/comonads-fd')
-rw-r--r--dev-haskell/comonads-fd/Manifest1
-rw-r--r--dev-haskell/comonads-fd/comonads-fd-3.0.2.ebuild30
2 files changed, 0 insertions, 31 deletions
diff --git a/dev-haskell/comonads-fd/Manifest b/dev-haskell/comonads-fd/Manifest
index ce01fa55a0fd..9fada36435ff 100644
--- a/dev-haskell/comonads-fd/Manifest
+++ b/dev-haskell/comonads-fd/Manifest
@@ -1,3 +1,2 @@
-DIST comonads-fd-3.0.2.tar.gz 3564 SHA256 0aeff5b1c13c51343ee92b911f9621a73bb5ec91b7306b4a9121ac9250a3efbf SHA512 71c87dfbe9bebd9f9783a5f30d3baa0eff56901f68383e1d41e856ce9c7114e449d8728825e5a60459ef19f1aa4c5d1d291165ca7ea96c6cd4e48e49eb0e65d7 WHIRLPOOL e8c9c7b10093b3ff40d045404e6d391a37f8bbb97fd68d643034fe6e8aa03ba49218a94e19b456db3d67a54cda33f143197afe22cfa64f679fb6f93e9aa243b3
DIST comonads-fd-3.0.3.tar.gz 3572 SHA256 9cd3f76d488a11c25d69294a0efc95736f975f966fde28e19d83f5827d21a51b SHA512 222022cf5b619f11c54891d3c3e4b60907a165e8d69c67b372150d35e1b8770a7cef2f904d4c5a7baa32468c350155f93f58c7f1fbf01362027d1376bb575b05 WHIRLPOOL d4a0651f34322797c607756b9414d6aa0877b47478ba6cc0ee3e7067a0cac51ccb3582953088b136a1dd9c96d037ae0d2d824c868d6e18f9cf8af8710b7eb326
DIST comonads-fd-4.0.tar.gz 2605 SHA256 3a70386e2ef3d6f444585f082de42e842a47dfe7bdbd807550839faf1bd8b7a7 SHA512 290a137c7485c5cbebc7994737a0c2a70ffb2463188cd491bf86b4e02edb5cc3a8c4fd7b7cfcfc999c6dfbed6bb437a63f44959ec34e4addaffd0a81a20125a1 WHIRLPOOL 8b8754b82b2e94b648af6d24aa4df0c1f30bb02be16b67cbf338848baac0e2818f32b237dbc55e0ca9737e2a8fe30d2155b20c376edbd5d4b2d73bd7fbf233ae
diff --git a/dev-haskell/comonads-fd/comonads-fd-3.0.2.ebuild b/dev-haskell/comonads-fd/comonads-fd-3.0.2.ebuild
deleted file mode 100644
index 261d929704cd..000000000000
--- a/dev-haskell/comonads-fd/comonads-fd-3.0.2.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-# ebuild generated by hackport 0.3.2.9999
-
-CABAL_FEATURES="lib profile haddock hoogle hscolour"
-inherit haskell-cabal
-
-DESCRIPTION="Comonad transformers using functional dependencies"
-HOMEPAGE="https://github.com/ekmett/comonads-fd/"
-SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0/${PV}"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND=">=dev-haskell/comonad-3.0:=[profile?]
- >=dev-haskell/comonad-transformers-3.0:=[profile?]
- >=dev-haskell/mtl-2.0:=[profile?]
- <dev-haskell/mtl-2.2:=[profile?]
- >=dev-haskell/semigroups-0.8.3.1:=[profile?]
- >=dev-haskell/transformers-0.2:=[profile?]
- <dev-haskell/transformers-0.4:=[profile?]
- >=dev-lang/ghc-6.10.4:="
-DEPEND="${RDEPEND}
- >=dev-haskell/cabal-1.6"