[arch-commits] Commit in haskell-hakyll/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Thu Feb 20 18:19:22 UTC 2020


    Date: Thursday, February 20, 2020 @ 18:19:20
  Author: felixonmars
Revision: 577290

upgpkg: haskell-hakyll 4.13.0.1-1: rebuild with hakyll 4.13.0.1

Modified:
  haskell-hakyll/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-02-20 18:17:50 UTC (rev 577289)
+++ PKGBUILD	2020-02-20 18:19:20 UTC (rev 577290)
@@ -3,8 +3,8 @@
 
 _hkgname=hakyll
 pkgname=haskell-hakyll
-pkgver=4.12.5.2
-pkgrel=190
+pkgver=4.13.0.1
+pkgrel=1
 pkgdesc="A static website compiler library"
 url="https://jaspervdj.be/hakyll"
 license=("BSD")
@@ -19,11 +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=('715324fa19b85e8f39e33b4d5082a04f40fc667737b41117da68a6a0eedad288a551929fa2eea636dd421d4d416996125ff9d83752c7daaf64ecc191e9790469')
+sha512sums=('36d3d0c9e3cefbc6b159ec868a523be37cfd92db8997f914cbf9eb568cba6f16169048aca7d4bebdf8a800ec3ed6bb710c9330723b3444629ab8fae77e9325df')
 
 prepare() {
     cd $_hkgname-$pkgver
-    sed -i -e 's/< *1.3/<2/' -e 's/< *2.8/<3/' -e 's/< *2.13/<3/' -e 's/< *3.3/<4/' -e 's/< *0.15/<1/' $_hkgname.cabal
+    sed -i -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
 }



More information about the arch-commits mailing list