Date: Friday, April 24, 2020 @ 10:03:01 Author: felixonmars Revision: 619121
upgpkg: haskell-shakespeare 2.0.24-25: rebuild with ghc 8.10.1, protolude 0.3.0, repline 0.3.0.0, ghc-lib-parser-ex 8.10.0.1 Modified: haskell-shakespeare/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-04-24 10:01:57 UTC (rev 619120) +++ PKGBUILD 2020-04-24 10:03:01 UTC (rev 619121) @@ -4,12 +4,12 @@ _hkgname=shakespeare pkgname=haskell-shakespeare pkgver=2.0.24 -pkgrel=24 +pkgrel=25 pkgdesc="A toolkit for making compile-time interpolated templates" url="https://www.yesodweb.com/book/shakespearean-templates" license=("MIT") arch=('x86_64') -depends=('ghc-libs' 'haskell-aeson' 'haskell-blaze-html' 'haskell-blaze-markup' 'haskell-exceptions' +depends=('ghc-libs' 'haskell-aeson' 'haskell-blaze-html' 'haskell-blaze-markup' 'haskell-scientific' 'haskell-unordered-containers' 'haskell-vector') makedepends=('ghc' 'haskell-hspec' 'haskell-hunit')
