summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Vershilov <qnikst@gentoo.org>2013-08-26 04:49:11 +0000
committerAlexander Vershilov <qnikst@gentoo.org>2013-08-26 04:49:11 +0000
commit4f4e11e7cbb7709c8d7ab647e28962c916e915c4 (patch)
treef58ebd5128e651e1f72a461da61c640270a4d001
parentdev-haskell/failure: new version (diff)
downloadgentoo-2-4f4e11e7cbb7709c8d7ab647e28962c916e915c4.tar.gz
gentoo-2-4f4e11e7cbb7709c8d7ab647e28962c916e915c4.tar.bz2
gentoo-2-4f4e11e7cbb7709c8d7ab647e28962c916e915c4.zip
dev-haskell/http-types: new version
(Portage version: 2.2.1/cvs/Linux x86_64, signed Manifest commit with key 0xEAD50D64D8D3571A!)
-rw-r--r--dev-haskell/http-types/ChangeLog9
-rw-r--r--dev-haskell/http-types/http-types-0.8.0.ebuild32
-rw-r--r--dev-haskell/http-types/metadata.xml11
3 files changed, 52 insertions, 0 deletions
diff --git a/dev-haskell/http-types/ChangeLog b/dev-haskell/http-types/ChangeLog
new file mode 100644
index 000000000000..14a6d81c02e2
--- /dev/null
+++ b/dev-haskell/http-types/ChangeLog
@@ -0,0 +1,9 @@
+# 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 $
+
+*http-types-0.8.0 (26 Aug 2013)
+
+ 26 Aug 2013; Alexander Vershilov <qnikst@gentoo.org> +http-types-0.8.0.ebuild,
+ +metadata.xml:
+ dev-haskell/http-types: new version
diff --git a/dev-haskell/http-types/http-types-0.8.0.ebuild b/dev-haskell/http-types/http-types-0.8.0.ebuild
new file mode 100644
index 000000000000..a657844554ef
--- /dev/null
+++ b/dev-haskell/http-types/http-types-0.8.0.ebuild
@@ -0,0 +1,32 @@
+# 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.0.ebuild,v 1.1 2013/08/26 04:49:11 qnikst Exp $
+
+EAPI=5
+
+# ebuild generated by hackport 0.3.2.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.1:=[profile?]
+ >=dev-haskell/text-0.11.0.2:=[profile?]
+ <dev-haskell/text-0.12:=[profile?]
+ >=dev-lang/ghc-6.12.1:="
+DEPEND="${RDEPEND}
+ test? ( >=dev-haskell/hspec-1.3
+ dev-haskell/quickcheck
+ )
+ >=dev-haskell/cabal-1.8"
diff --git a/dev-haskell/http-types/metadata.xml b/dev-haskell/http-types/metadata.xml
new file mode 100644
index 000000000000..e6734a581235
--- /dev/null
+++ b/dev-haskell/http-types/metadata.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>haskell</herd>
+ <maintainer>
+ <email>haskell@gentoo.org</email>
+ </maintainer>
+ <longdescription>
+ Generic HTTP types for Haskell (for both client and server code).
+ </longdescription>
+</pkgmetadata>