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

Felix Yan felixonmars at archlinux.org
Tue Oct 16 09:39:09 UTC 2018


    Date: Tuesday, October 16, 2018 @ 09:39:08
  Author: felixonmars
Revision: 394544

upgpkg: haskell-hledger-lib 1.11.1-3

rebuild with ghc 8.6.1

Modified:
  haskell-hledger-lib/trunk/PKGBUILD

----------+
 PKGBUILD |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-10-16 08:37:42 UTC (rev 394543)
+++ PKGBUILD	2018-10-16 09:39:08 UTC (rev 394544)
@@ -4,7 +4,7 @@
 _hkgname=hledger-lib
 pkgname=haskell-hledger-lib
 pkgver=1.11.1
-pkgrel=2
+pkgrel=3
 pkgdesc="Core data types, parsers and functionality for the hledger accounting tools"
 url="http://hledger.org"
 license=("GPL")
@@ -22,6 +22,7 @@
 prepare() {
     # It does nothing
     sed -e '/mtl-compat/d' \
+	-e 's/< *4.12/<5/' \
         -i ${_hkgname}-${pkgver}/${_hkgname}.cabal
 }
 



More information about the arch-commits mailing list