summaryrefslogtreecommitdiff
path: root/dev-haskell/logict
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2016-04-03 11:27:46 +0100
committerSergei Trofimovich <slyfox@gentoo.org>2016-04-03 14:36:34 +0100
commitb387c10ab16fd69e4753c26f20ac0f825bbe4f40 (patch)
treea7babd84d8d0b0f3fe8c2518ad1ef8c5b1e79fb9 /dev-haskell/logict
parent744fdfd953c76d7e29f1ef0e4ece5398103b0b93 (diff)
downloadgentoo-b387c10ab16fd69e4753c26f20ac0f825bbe4f40.tar.gz
gentoo-b387c10ab16fd69e4753c26f20ac0f825bbe4f40.tar.xz
dev-haskell/logict: drop old
Package-Manager: portage-2.2.28
Diffstat (limited to 'dev-haskell/logict')
-rw-r--r--dev-haskell/logict/Manifest1
-rw-r--r--dev-haskell/logict/files/logict-0.5.0-ghc-6.12.patch20
-rw-r--r--dev-haskell/logict/logict-0.6.0.1.ebuild27
3 files changed, 0 insertions, 48 deletions
diff --git a/dev-haskell/logict/Manifest b/dev-haskell/logict/Manifest
index bff5a679852..3d1171d0994 100644
--- a/dev-haskell/logict/Manifest
+++ b/dev-haskell/logict/Manifest
@@ -1,2 +1 @@
-DIST logict-0.6.0.1.tar.gz 5288 SHA256 e2f6e0877ce9323d9401f55e68351e039135060e9d77c1b6b758177abacdf66b SHA512 ebed60ef3d977cdd6038482942447c66ceecd5c5e2ccbd801b510bf06c0dd7ef6f45b7af738ea3b149b58b4ad730ca286c31625eda4880dc71ba09b96e234774 WHIRLPOOL d54435f56fb8b78d7d327bab985f785e59a44b3ee8d1ffdabdbc6dc29435d68811471d74d6f5a8f7dcc7eca9b198e467f425e0d2392ffe0aa2c11e21093f7d75
DIST logict-0.6.0.2.tar.gz 5370 SHA256 1182b68e8d00279460c7fb9b8284bf129805c07754c678b2a8de5a6d768e161e SHA512 dfb72d006d9b7a5f0d7447d956ea0c3d083e200a616efc4b34fafa0582c2dc7e9369156cf4f51a472b97f7afb6167030edeb84e77c7bc410bfe58a44f0ac4fc4 WHIRLPOOL 395780835fa55373db28b5d006ef260f4ff82f12d4aeeb1bd5bc83fe9a06f2613624a7ffc5e619420c2232b8abe6554b9488c73e71a6c5a016e2a89fc2b85eec
diff --git a/dev-haskell/logict/files/logict-0.5.0-ghc-6.12.patch b/dev-haskell/logict/files/logict-0.5.0-ghc-6.12.patch
deleted file mode 100644
index 7e2449494e9..00000000000
--- a/dev-haskell/logict/files/logict-0.5.0-ghc-6.12.patch
+++ /dev/null
@@ -1,20 +0,0 @@
---- logict-0.5.0-orig/Control/Monad/Logic.hs 2011-07-30 02:23:36.000000000 +1000
-+++ logict-0.5.0/Control/Monad/Logic.hs 2012-01-06 20:53:00.424125711 +1100
-@@ -1,4 +1,4 @@
--{-# LANGUAGE UndecidableInstances, Rank2Types, FlexibleInstances, MultiParamTypeClasses #-}
-+{-# LANGUAGE UndecidableInstances, Rank2Types, FlexibleInstances, MultiParamTypeClasses, CPP #-}
-
- -------------------------------------------------------------------------
- -- |
-@@ -155,6 +155,11 @@
- where
- ssk a fk = return $ Just (a, (lift fk >>= reflect))
-
-+#if !MIN_VERSION_mtl(2,0,0)
-+instance F.Foldable Identity where
-+ foldMap f (Identity x) = f x
-+#endif
-+
- instance (Monad m, F.Foldable m) => F.Foldable (LogicT m) where
- foldMap f m = F.fold $ unLogicT m (liftM . mappend . f) (return mempty)
-
diff --git a/dev-haskell/logict/logict-0.6.0.1.ebuild b/dev-haskell/logict/logict-0.6.0.1.ebuild
deleted file mode 100644
index 02398340ab2..00000000000
--- a/dev-haskell/logict/logict-0.6.0.1.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-# ebuild generated by hackport 0.3.3.9999
-
-CABAL_FEATURES="lib profile haddock hoogle hscolour"
-inherit base haskell-cabal
-
-DESCRIPTION="A backtracking logic-programming monad"
-HOMEPAGE="http://code.haskell.org/~dolio/logict"
-SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0/${PV}"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86"
-IUSE=""
-
-RDEPEND=">=dev-haskell/mtl-2:=[profile?]
- <dev-haskell/mtl-2.3:=[profile?]
- >=dev-lang/ghc-6.10.4:="
-DEPEND="${RDEPEND}
- >=dev-haskell/cabal-0"
-
-PATCHES=("${FILESDIR}/${PN}-0.5.0-ghc-6.12.patch")