mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
dev-haskell/http-types: bump up to 0.9.1
Package-Manager: Portage-2.3.3, Repoman-2.3.1
This commit is contained in:
@@ -1 +1,2 @@
|
||||
DIST http-types-0.8.6.tar.gz 10796 SHA256 b03b1893e0148169087f64ef0b1dedcf2382865352f4306d4fa7219d118a36e0 SHA512 c31dbc3e61afe42e6b279463b6c156dc343d1ca163a0c0b3f7e9afc0eee55cba31e655cbf7e615a62f32fa7ca1a52da288310c3b749e2d11b9c27268191cb8d1 WHIRLPOOL fd0a2813215ec94a457f3283f61efe0836a17d1c23fdbd07b9f00bbaa3300d6496222d4c35e005e966a1d33de853fc90a7e6090df399fa78f0808c94c304145a
|
||||
DIST http-types-0.9.1.tar.gz 12284 SHA256 7bed648cdc1c69e76bf039763dbe1074b55fd2704911dd0cb6b7dfebf1b6f550 SHA512 b51c0f6946d1952fa0e91db1164d77ab12e0709fdf9555b53f5c25ed7c55365b433733a933dd2765ce14d0ca2685edce7573c9dbfb75ae49443b4f177d170c40 WHIRLPOOL aad04da1f44e804917cb240e97a63de4d66b0a9adccc9a40733433ccd816abcad9ef567b039603b7d21dc4de3fb5c42f7fadef274d79876c26baa66cdd9cf8d3
|
||||
|
||||
32
dev-haskell/http-types/http-types-0.9.1.ebuild
Normal file
32
dev-haskell/http-types/http-types-0.9.1.ebuild
Normal file
@@ -0,0 +1,32 @@
|
||||
# Copyright 1999-2017 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
EAPI=5
|
||||
|
||||
# ebuild generated by hackport 0.4.7.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="mirror://hackage/packages/archive/${PN}/${PV}/${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 )
|
||||
"
|
||||
Reference in New Issue
Block a user