diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2020-09-12 09:53:45 +0100 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2020-09-12 09:55:09 +0100 |
commit | 3718a2e09a563174e84fd623c711046a30dd7322 (patch) | |
tree | 44070517b85be1a1b139dcf8af580686b86ed6c8 /dev-haskell/bytestring-show | |
parent | dev-haskell/bytestring-handle: drop old (diff) | |
download | gentoo-3718a2e09a563174e84fd623c711046a30dd7322.tar.gz gentoo-3718a2e09a563174e84fd623c711046a30dd7322.tar.bz2 gentoo-3718a2e09a563174e84fd623c711046a30dd7322.zip |
dev-haskell/bytestring-show: 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/bytestring-show')
-rw-r--r-- | dev-haskell/bytestring-show/bytestring-show-0.3.5.6.ebuild | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/dev-haskell/bytestring-show/bytestring-show-0.3.5.6.ebuild b/dev-haskell/bytestring-show/bytestring-show-0.3.5.6.ebuild deleted file mode 100644 index 43a7a4e7404d..000000000000 --- a/dev-haskell/bytestring-show/bytestring-show-0.3.5.6.ebuild +++ /dev/null @@ -1,25 +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="Efficient conversion of values into readable byte strings" -HOMEPAGE="http://code.haskell.org/~dolio/" -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.8:=[profile?] - >=dev-lang/ghc-6.10.4:= -" -DEPEND="${RDEPEND} - >=dev-haskell/cabal-1.6.0.3 -" |