Date: Sunday, March 14, 2021 @ 16:22:06 Author: felixonmars Revision: 891227
upgpkg: haskell-hakyll 4.14.0.0-1 Modified: haskell-hakyll/trunk/PKGBUILD ----------+ PKGBUILD | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-03-14 16:16:49 UTC (rev 891226) +++ PKGBUILD 2021-03-14 16:22:06 UTC (rev 891227) @@ -3,8 +3,8 @@ _hkgname=hakyll pkgname=haskell-hakyll -pkgver=4.13.4.1 -pkgrel=198 +pkgver=4.14.0.0 +pkgrel=1 pkgdesc="A static website compiler library" url="https://jaspervdj.be/hakyll" license=("BSD") @@ -12,18 +12,18 @@ depends=('ghc-libs' 'haskell-blaze-html' 'haskell-blaze-markup' 'haskell-cryptonite' 'haskell-data-default' 'haskell-file-embed' 'haskell-fsnotify' 'haskell-http-conduit' 'haskell-http-types' 'haskell-lrucache' 'haskell-memory' 'haskell-network-uri' - 'haskell-optparse-applicative' 'pandoc' 'pandoc-citeproc' 'haskell-random' - 'haskell-regex-tdfa' 'haskell-resourcet' 'haskell-scientific' 'haskell-tagsoup' - 'haskell-time-locale-compat' 'haskell-unordered-containers' 'haskell-vector' - 'haskell-wai' 'haskell-wai-app-static' 'haskell-warp' 'haskell-yaml') -makedepends=('ghc' 'uusi' 'haskell-quickcheck' 'haskell-tasty' 'haskell-tasty-hunit' - 'haskell-tasty-quickcheck') + 'haskell-optparse-applicative' 'pandoc' 'haskell-random' 'haskell-regex-tdfa' + 'haskell-resourcet' 'haskell-scientific' 'haskell-tagsoup' 'haskell-time-locale-compat' + 'haskell-unordered-containers' 'haskell-vector' 'haskell-wai' 'haskell-wai-app-static' + 'haskell-warp' 'haskell-yaml') +makedepends=('ghc' 'uusi' 'haskell-quickcheck' 'haskell-tasty' 'haskell-tasty-golden' + 'haskell-tasty-hunit' 'haskell-tasty-quickcheck') source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") -sha512sums=('6045a1461855d46f57a20f7a84636f90e6d151bcbaf09511f10ab66fa0567062e355ff580d1f12a4432bbe517bc9e162d65927f3c343f8f077e81981e7c7973c') +sha512sums=('5f3f7a952b085cf1a59a646c15e42f29c89d4ed0a5a96f55156d19b86340c2361da6c19ff7a70bde98122423e237dc7082bfcc84bc5e96ab9421fdaef84a8cce') prepare() { cd $_hkgname-$pkgver - uusi $_hkgname.cabal + uusi -u cryptonite -u optparse-applicative -u tasty $_hkgname.cabal } build() { @@ -42,7 +42,7 @@ check() { cd $_hkgname-$pkgver - LC_CTYPE=en_US.UTF-8 runhaskell Setup test || echo "https://github.com/jaspervdj/hakyll/issues/682" + LC_CTYPE=en_US.UTF-8 runhaskell Setup test } package() {
