Skip to content

Commit

Permalink
dev-haskell/xml-hamlet: bump up to 0.4.0.12
Browse files Browse the repository at this point in the history
Package-Manager: portage-2.3.2
  • Loading branch information
Sergei Trofimovich committed Nov 6, 2016
1 parent 2af8882 commit 7530531
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 0 deletions.
1 change: 1 addition & 0 deletions dev-haskell/xml-hamlet/Manifest
Original file line number Diff line number Diff line change
@@ -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
31 changes: 31 additions & 0 deletions dev-haskell/xml-hamlet/xml-hamlet-0.4.0.12.ebuild
Original file line number Diff line number Diff line change
@@ -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 )
"

0 comments on commit 7530531

Please sign in to comment.