Date: Thursday, May 17, 2018 @ 07:36:38 Author: felixonmars Revision: 323412
upgpkg: haskell-shakespeare 2.0.15-23 rebuild with ghc 8.4.2 Modified: haskell-shakespeare/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-05-17 07:35:23 UTC (rev 323411) +++ PKGBUILD 2018-05-17 07:36:38 UTC (rev 323412) @@ -5,13 +5,13 @@ _hkgname=shakespeare pkgname=haskell-shakespeare pkgver=2.0.15 -pkgrel=22 +pkgrel=23 pkgdesc="A toolkit for making compile-time interpolated templates" url="http://www.yesodweb.com/book/shakespearean-templates" license=("MIT") arch=('x86_64') depends=('ghc-libs' 'haskell-aeson' 'haskell-blaze-html' 'haskell-blaze-markup' 'haskell-exceptions' - 'haskell-parsec' 'haskell-scientific' 'haskell-text' 'haskell-unordered-containers' + 'haskell-scientific' 'haskell-unordered-containers' 'haskell-vector') makedepends=('ghc' 'haskell-hspec' 'haskell-hunit') source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
