diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2016-11-06 11:13:26 +0000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2016-11-06 12:02:44 +0000 |
commit | 753053145898524717d83a958bd831f09b8fb631 (patch) | |
tree | 97b5a53108a7bba06a71e4a9d5c8c075cf958d8d /dev-haskell | |
parent | dev-haskell/yaml: bump up to 0.8.20 (diff) | |
download | gentoo-753053145898524717d83a958bd831f09b8fb631.tar.gz gentoo-753053145898524717d83a958bd831f09b8fb631.tar.bz2 gentoo-753053145898524717d83a958bd831f09b8fb631.zip |
dev-haskell/xml-hamlet: bump up to 0.4.0.12
Package-Manager: portage-2.3.2
Diffstat (limited to 'dev-haskell')
-rw-r--r-- | dev-haskell/xml-hamlet/Manifest | 1 | ||||
-rw-r--r-- | dev-haskell/xml-hamlet/xml-hamlet-0.4.0.12.ebuild | 31 |
2 files changed, 32 insertions, 0 deletions
diff --git a/dev-haskell/xml-hamlet/Manifest b/dev-haskell/xml-hamlet/Manifest index 576277967989..ba84c2ffcd00 100644 --- a/dev-haskell/xml-hamlet/Manifest +++ b/dev-haskell/xml-hamlet/Manifest @@ -1 +1,2 @@ DIST xml-hamlet-0.4.0.11.tar.gz 6080 SHA256 3d598ad387e310e76a07f213afe35db06662611840d1bce3bcdf202668bc1e89 SHA512 a0deb9996948a2a87f63f58f18365cac4d9db2538b24f10f5e0a171fb597d10c567c926c89c1cdfb098f471acdbecc8ea58164c94a10f18eebb3f7779e9f999b WHIRLPOOL a1edc1e95685e2f3740af46b2c58a2222f3e6707caeb890cc60a0c0707d4a79d9520a4901cbed11ca05001fab76dc0dee11d98c88eeb781b447a4a2b58c16e7e +DIST xml-hamlet-0.4.0.12.tar.gz 6078 SHA256 0ff43b778e9e497b468dd123ab81fa8cfc84dcd0a6c8ab06b8fc27cf3e0669d2 SHA512 f503ffdefc0c8b3f8cce140bdf474086855a78d8be1ad729674f439e6a13e3f3b5313bdc5a4c88ac06756e85946b2b1e7f51e2a336ede6d4815bed4873dbe182 WHIRLPOOL e7dcc75f5454c1810b6e0b67d861c998050160c37a18569a008a47dad045a1a9697fba25315192b7016de7107ebbbbc6e9e39752831bbb745fdbddd2e1d775bd diff --git a/dev-haskell/xml-hamlet/xml-hamlet-0.4.0.12.ebuild b/dev-haskell/xml-hamlet/xml-hamlet-0.4.0.12.ebuild new file mode 100644 index 000000000000..b840d4b9da3f --- /dev/null +++ b/dev-haskell/xml-hamlet/xml-hamlet-0.4.0.12.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +# ebuild generated by hackport 0.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-2.2:=[profile?] + >=dev-haskell/text-0.10:=[profile?] + >=dev-haskell/xml-conduit-1.0:=[profile?] <dev-haskell/xml-conduit-1.5:=[profile?] + >=dev-lang/ghc-7.4.1:= +" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-1.8 + test? ( >=dev-haskell/hspec-1.3 + dev-haskell/hunit ) +" |