diff options
author | 2020-09-12 21:59:51 +0100 | |
---|---|---|
committer | 2020-09-12 22:12:55 +0100 | |
commit | cfd4daa3018aeaae8f6531d7228ec3839986b6e8 (patch) | |
tree | ae4f4341930972310ff737d72c80d0a945863929 /dev-haskell/http-types/http-types-0.8.6.ebuild | |
parent | dev-haskell/http-streams: drop old (diff) | |
download | gentoo-cfd4daa3018aeaae8f6531d7228ec3839986b6e8.tar.gz gentoo-cfd4daa3018aeaae8f6531d7228ec3839986b6e8.tar.bz2 gentoo-cfd4daa3018aeaae8f6531d7228ec3839986b6e8.zip |
dev-haskell/http-types: 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/http-types/http-types-0.8.6.ebuild')
-rw-r--r-- | dev-haskell/http-types/http-types-0.8.6.ebuild | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/dev-haskell/http-types/http-types-0.8.6.ebuild b/dev-haskell/http-types/http-types-0.8.6.ebuild deleted file mode 100644 index 9e2a0b0f0124..000000000000 --- a/dev-haskell/http-types/http-types-0.8.6.ebuild +++ /dev/null @@ -1,31 +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.4.9999 - -CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" -inherit haskell-cabal - -DESCRIPTION="Generic HTTP types for Haskell (for both client and server code)" -HOMEPAGE="https://github.com/aristidb/http-types" -SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0/${PV}" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND=">=dev-haskell/blaze-builder-0.2.1.4:=[profile?] <dev-haskell/blaze-builder-0.5:=[profile?] - >=dev-haskell/case-insensitive-0.2:=[profile?] <dev-haskell/case-insensitive-1.3:=[profile?] - >=dev-haskell/text-0.11.0.2:=[profile?] - >=dev-lang/ghc-7.4.1:= -" -DEPEND="${RDEPEND} - >=dev-haskell/cabal-1.8 - test? ( >=dev-haskell/doctest-0.9.3 - >=dev-haskell/hspec-1.3 - dev-haskell/quickcheck - dev-haskell/quickcheck-instances ) -" |