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

Felix Yan felixonmars at archlinux.org
Tue Dec 24 19:44:51 UTC 2019


    Date: Tuesday, December 24, 2019 @ 19:44:50
  Author: felixonmars
Revision: 540014

upgpkg: haskell-hakyll 4.12.5.2-143: rebuild with pandoc 2.8, pandoc-types 1.20, doctemplates 0.7.1, HsYAML 0.2.1.0, haddock-library 1.8.0, texmath 0.12, base-compat 0.11.0, base-compat-batteries 0.11.0, optparse-applicative 0.15.1.0, hledger 1.16, hledger-lib 1.16, hledger-ui 1.16, hledger-web 1.16, pandoc-citeproc 0.16.4

Modified:
  haskell-hakyll/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-12-24 19:35:13 UTC (rev 540013)
+++ PKGBUILD	2019-12-24 19:44:50 UTC (rev 540014)
@@ -4,7 +4,7 @@
 _hkgname=hakyll
 pkgname=haskell-hakyll
 pkgver=4.12.5.2
-pkgrel=142
+pkgrel=143
 pkgdesc="A static website compiler library"
 url="https://jaspervdj.be/hakyll"
 license=("BSD")
@@ -23,7 +23,7 @@
 
 prepare() {
     cd $_hkgname-$pkgver
-    sed -i -e 's/< *2.13/<3/' -e 's/< *3.3/<4/' $_hkgname.cabal
+    sed -i -e 's/< *2.8/<3/' -e 's/< *2.13/<3/' -e 's/< *3.3/<4/' -e 's/< *0.15/<1/' $_hkgname.cabal
 }
 
 build() {



More information about the arch-commits mailing list