summaryrefslogtreecommitdiff
path: root/dev-haskell/constraints/constraints-0.8.ebuild
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2020-09-12 15:27:44 +0100
committerSergei Trofimovich <slyfox@gentoo.org>2020-09-12 15:36:47 +0100
commitd89adf56425f12dc192894e84c3abffd2b30ee46 (patch)
treee4531d2970022d4d4effbe26b56a36c60b1a0f07 /dev-haskell/constraints/constraints-0.8.ebuild
parent7ebe97caea2b22588596e2c0f36918aa0eef4e1b (diff)
downloadgentoo-d89adf56425f12dc192894e84c3abffd2b30ee46.tar.gz
gentoo-d89adf56425f12dc192894e84c3abffd2b30ee46.tar.bz2
gentoo-d89adf56425f12dc192894e84c3abffd2b30ee46.zip
dev-haskell/constraints: 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/constraints/constraints-0.8.ebuild')
-rw-r--r--dev-haskell/constraints/constraints-0.8.ebuild29
1 files changed, 0 insertions, 29 deletions
diff --git a/dev-haskell/constraints/constraints-0.8.ebuild b/dev-haskell/constraints/constraints-0.8.ebuild
deleted file mode 100644
index 53ebe69ee4bb..000000000000
--- a/dev-haskell/constraints/constraints-0.8.ebuild
+++ /dev/null
@@ -1,29 +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="Constraint manipulation"
-HOMEPAGE="https://github.com/ekmett/constraints/"
-SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0/${PV}"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND=">=dev-haskell/binary-0.7.3:=[profile?] <dev-haskell/binary-0.9:=[profile?]
- >=dev-haskell/hashable-1.2:=[profile?] <dev-haskell/hashable-1.3:=[profile?]
- >=dev-haskell/mtl-2:=[profile?] <dev-haskell/mtl-2.3:=[profile?]
- >=dev-haskell/transformers-0.2:=[profile?] <dev-haskell/transformers-0.6:=[profile?]
- >=dev-haskell/transformers-compat-0.4:=[profile?] <dev-haskell/transformers-compat-1:=[profile?]
- >=dev-lang/ghc-7.8.2:=
-"
-DEPEND="${RDEPEND}
- >=dev-haskell/cabal-1.18.1.3
-"