diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2020-09-02 08:43:19 +0100 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2020-09-02 08:46:08 +0100 |
commit | 55ccfc20fc386932840af2f06aa840c3c3b33c60 (patch) | |
tree | b5b8335a949daa30ac7ed8c8e23e0d214c4ffe16 /dev-haskell | |
parent | dev-haskell/strict: update to EAPI=7 (diff) | |
download | gentoo-55ccfc20fc386932840af2f06aa840c3c3b33c60.tar.gz gentoo-55ccfc20fc386932840af2f06aa840c3c3b33c60.tar.bz2 gentoo-55ccfc20fc386932840af2f06aa840c3c3b33c60.zip |
dev-haskell/strict: drop old
Package-Manager: Portage-3.0.5, Repoman-3.0.1
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'dev-haskell')
-rw-r--r-- | dev-haskell/strict/strict-0.3.2.ebuild | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/dev-haskell/strict/strict-0.3.2.ebuild b/dev-haskell/strict/strict-0.3.2.ebuild deleted file mode 100644 index f79deb0e946c..000000000000 --- a/dev-haskell/strict/strict-0.3.2.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -# ebuild generated by hackport 0.2.17.9999 - -EAPI=4 - -CABAL_FEATURES="lib profile haddock hoogle hscolour" -inherit haskell-cabal - -DESCRIPTION="Strict data types and String IO" -HOMEPAGE="http://www.cse.unsw.edu.au/~rl/code/strict.html" -SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND=">=dev-lang/ghc-6.8.2" -DEPEND="${RDEPEND} - >=dev-haskell/cabal-1.2" |