Date: Thursday, May 17, 2018 @ 11:20:43 Author: felixonmars Revision: 323696
upgpkg: haskell-xml-hamlet 0.4.1.1-56 rebuild with ghc 8.4.2 Modified: haskell-xml-hamlet/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-05-17 11:19:54 UTC (rev 323695) +++ PKGBUILD 2018-05-17 11:20:43 UTC (rev 323696) @@ -5,12 +5,12 @@ _hkgname=xml-hamlet pkgname=haskell-xml-hamlet pkgver=0.4.1.1 -pkgrel=55 +pkgrel=56 pkgdesc="Hamlet-style quasiquoter for XML content" url="http://www.yesodweb.com/" license=("custom:BSD3") arch=('x86_64') -depends=('ghc-libs' "haskell-parsec" "haskell-shakespeare" "haskell-text" +depends=('ghc-libs' "haskell-shakespeare" "haskell-xml-conduit") makedepends=('ghc') source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
