summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Wright <gienah@gentoo.org>2013-09-13 06:21:43 +0000
committerMark Wright <gienah@gentoo.org>2013-09-13 06:21:43 +0000
commitf1f23e0cef6e4fa8d208746a41b18ea21cb9f127 (patch)
tree8a3e6d2b39561ded51c867eec49fdd815be1052e /dev-haskell/http-types
parentBump http-conduit to 1.9.5 (diff)
downloadgentoo-2-f1f23e0cef6e4fa8d208746a41b18ea21cb9f127.tar.gz
gentoo-2-f1f23e0cef6e4fa8d208746a41b18ea21cb9f127.tar.bz2
gentoo-2-f1f23e0cef6e4fa8d208746a41b18ea21cb9f127.zip
Bump http-types to 0.8.1
(Portage version: 2.2.3/cvs/Linux x86_64, signed Manifest commit with key 618E971F)
Diffstat (limited to 'dev-haskell/http-types')
-rw-r--r--dev-haskell/http-types/ChangeLog7
-rw-r--r--dev-haskell/http-types/http-types-0.8.1.ebuild30
2 files changed, 36 insertions, 1 deletions
diff --git a/dev-haskell/http-types/ChangeLog b/dev-haskell/http-types/ChangeLog
index 14a6d81c02e2..62b647874c04 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.1 2013/08/26 04:49:11 qnikst Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/http-types/ChangeLog,v 1.2 2013/09/13 06:21:43 gienah Exp $
+
+*http-types-0.8.1 (13 Sep 2013)
+
+ 13 Sep 2013; Mark Wright <gienah@gentoo.org> +http-types-0.8.1.ebuild:
+ Bump http-types to 0.8.1
*http-types-0.8.0 (26 Aug 2013)
diff --git a/dev-haskell/http-types/http-types-0.8.1.ebuild b/dev-haskell/http-types/http-types-0.8.1.ebuild
new file mode 100644
index 000000000000..df88228f3287
--- /dev/null
+++ b/dev-haskell/http-types/http-types-0.8.1.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.1.ebuild,v 1.1 2013/09/13 06:21:43 gienah Exp $
+
+EAPI=5
+
+# ebuild generated by hackport 0.3.3.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-haskell/text-0.12:=[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 )
+"