Date: Sunday, March 8, 2020 @ 17:29:26 Author: felixonmars Revision: 592283
upgpkg: haskell-hakyll 4.13.1.0-1 Modified: haskell-hakyll/trunk/PKGBUILD ----------+ PKGBUILD | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-03-08 17:22:13 UTC (rev 592282) +++ PKGBUILD 2020-03-08 17:29:26 UTC (rev 592283) @@ -3,15 +3,15 @@ _hkgname=hakyll pkgname=haskell-hakyll -pkgver=4.13.0.1 -pkgrel=36 +pkgver=4.13.1.0 +pkgrel=1 pkgdesc="A static website compiler library" url="https://jaspervdj.be/hakyll" license=("BSD") arch=('x86_64') -depends=('ghc-libs' 'haskell-blaze-html' 'haskell-blaze-markup' 'haskell-cryptohash' +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-network-uri' + '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' @@ -19,13 +19,11 @@ makedepends=('ghc' 'haskell-quickcheck' 'haskell-tasty' 'haskell-tasty-hunit' 'haskell-tasty-quickcheck') source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") -sha512sums=('36d3d0c9e3cefbc6b159ec868a523be37cfd92db8997f914cbf9eb568cba6f16169048aca7d4bebdf8a800ec3ed6bb710c9330723b3444629ab8fae77e9325df') +sha512sums=('83ee530dad122992027b8063b581b5646f5786c2275a386578ae2dc0133a8cf57a3d01072c59818bd9c07b1d2497d088ca3fa243489d0811906dac6ba39b3cb7') prepare() { cd $_hkgname-$pkgver - sed -i -e 's/< *0.17/<1/' -e 's/< *1.3/<2/' -e 's/< *2/<3/' -e 's/< *3.3/<4/' -e 's/< *0.15/<1/' $_hkgname.cabal - sed -i 's/fail /error /' lib/Hakyll/Core/Metadata.hs lib/Hakyll/Web/Redirect.hs lib/Hakyll/Web/Template/Context.hs - sed -i '/fail = /i instance MonadFail Compiler where' lib/Hakyll/Core/Compiler/Internal.hs + sed -i -e 's/< *0.17/<1/' -e 's/< *3.3/<4/' $_hkgname.cabal } build() {
