diff options
author | Mark Wright <gienah@gentoo.org> | 2013-12-10 14:28:52 +0000 |
---|---|---|
committer | Mark Wright <gienah@gentoo.org> | 2013-12-10 14:28:52 +0000 |
commit | 12a8f30386647356e62b672892c2619c7047565c (patch) | |
tree | 4e6974fb0b82a4a46671610a5f3f5b0414fe6916 /dev-haskell/http-types | |
parent | Bump pwstore-fast to 2.4.1 (diff) | |
download | gentoo-2-12a8f30386647356e62b672892c2619c7047565c.tar.gz gentoo-2-12a8f30386647356e62b672892c2619c7047565c.tar.bz2 gentoo-2-12a8f30386647356e62b672892c2619c7047565c.zip |
Bump http-types to 0.8.3
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 618E971F)
Diffstat (limited to 'dev-haskell/http-types')
-rw-r--r-- | dev-haskell/http-types/ChangeLog | 7 | ||||
-rw-r--r-- | dev-haskell/http-types/http-types-0.8.3.ebuild | 30 |
2 files changed, 36 insertions, 1 deletions
diff --git a/dev-haskell/http-types/ChangeLog b/dev-haskell/http-types/ChangeLog index ba5bbf22be80..edf6fabc27e8 100644 --- a/dev-haskell/http-types/ChangeLog +++ b/dev-haskell/http-types/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-haskell/http-types # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/http-types/ChangeLog,v 1.5 2013/11/24 19:37:52 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/http-types/ChangeLog,v 1.6 2013/12/10 14:28:52 gienah Exp $ + +*http-types-0.8.3 (10 Dec 2013) + + 10 Dec 2013; Mark Wright <gienah@gentoo.org> +http-types-0.8.3.ebuild: + Bump http-types to 0.8.3 24 Nov 2013; Agostino Sarubbo <ago@gentoo.org> http-types-0.8.2.ebuild: Stable for x86, wrt bug #488750 diff --git a/dev-haskell/http-types/http-types-0.8.3.ebuild b/dev-haskell/http-types/http-types-0.8.3.ebuild new file mode 100644 index 000000000000..d9d517df397d --- /dev/null +++ b/dev-haskell/http-types/http-types-0.8.3.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/http-types/http-types-0.8.3.ebuild,v 1.1 2013/12/10 14:28:52 gienah Exp $ + +EAPI=5 + +# ebuild generated by hackport 0.3.5.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.4:=[profile?] + >=dev-haskell/case-insensitive-0.2:=[profile?] <dev-haskell/case-insensitive-1.2:=[profile?] + >=dev-haskell/text-0.11.0.2:=[profile?] + >=dev-lang/ghc-6.12.1:= +" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-1.8.0.2 + test? ( >=dev-haskell/hspec-1.3 + dev-haskell/quickcheck ) +" |