summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Wright <gienah@gentoo.org>2013-12-11 06:53:55 +0000
committerMark Wright <gienah@gentoo.org>2013-12-11 06:53:55 +0000
commit40a773243b81ad735941535cff239687d00ebe8b (patch)
tree8d5b4bef1710a4f8b8ddb51e5bc8c31332bb05d8 /dev-haskell/xml-hamlet
parentBump xml-conduit to 1.1.0.9 (diff)
downloadgentoo-2-40a773243b81ad735941535cff239687d00ebe8b.tar.gz
gentoo-2-40a773243b81ad735941535cff239687d00ebe8b.tar.bz2
gentoo-2-40a773243b81ad735941535cff239687d00ebe8b.zip
Bump xml-hamlet to 0.4.0.6
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 618E971F)
Diffstat (limited to 'dev-haskell/xml-hamlet')
-rw-r--r--dev-haskell/xml-hamlet/ChangeLog7
-rw-r--r--dev-haskell/xml-hamlet/xml-hamlet-0.4.0.6.ebuild31
2 files changed, 37 insertions, 1 deletions
diff --git a/dev-haskell/xml-hamlet/ChangeLog b/dev-haskell/xml-hamlet/ChangeLog
index 8bc78cec9668..cef9514b829b 100644
--- a/dev-haskell/xml-hamlet/ChangeLog
+++ b/dev-haskell/xml-hamlet/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-haskell/xml-hamlet
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/xml-hamlet/ChangeLog,v 1.2 2013/09/13 06:43:40 gienah Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/xml-hamlet/ChangeLog,v 1.3 2013/12/11 06:53:55 gienah Exp $
+
+*xml-hamlet-0.4.0.6 (11 Dec 2013)
+
+ 11 Dec 2013; Mark Wright <gienah@gentoo.org> +xml-hamlet-0.4.0.6.ebuild:
+ Bump xml-hamlet to 0.4.0.6
*xml-hamlet-0.4.0.5 (13 Sep 2013)
diff --git a/dev-haskell/xml-hamlet/xml-hamlet-0.4.0.6.ebuild b/dev-haskell/xml-hamlet/xml-hamlet-0.4.0.6.ebuild
new file mode 100644
index 000000000000..76387fbd2e09
--- /dev/null
+++ b/dev-haskell/xml-hamlet/xml-hamlet-0.4.0.6.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/xml-hamlet/xml-hamlet-0.4.0.6.ebuild,v 1.1 2013/12/11 06:53:55 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="Hamlet-style quasiquoter for XML content"
+HOMEPAGE="http://www.yesodweb.com/"
+SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND=">=dev-haskell/parsec-2.0:=[profile?] <dev-haskell/parsec-3.2:=[profile?]
+ >=dev-haskell/shakespeare-1.0:=[profile?] <dev-haskell/shakespeare-1.3:=[profile?]
+ >=dev-haskell/text-0.10:=[profile?]
+ >=dev-haskell/xml-conduit-1.0:=[profile?] <dev-haskell/xml-conduit-1.2:=[profile?]
+ >=dev-lang/ghc-6.10.4:=
+"
+DEPEND="${RDEPEND}
+ >=dev-haskell/cabal-1.8
+ test? ( >=dev-haskell/hspec-1.3
+ dev-haskell/hunit )
+"