[arch-commits] Commit in haskell-th-expand-syns/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Mon Oct 15 10:27:06 UTC 2018


    Date: Monday, October 15, 2018 @ 10:27:06
  Author: felixonmars
Revision: 394000

upgpkg: haskell-th-expand-syns 0.4.4.0-4

rebuild with ghc 8.6.1

Modified:
  haskell-th-expand-syns/trunk/PKGBUILD

----------+
 PKGBUILD |    8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-10-15 10:19:12 UTC (rev 393999)
+++ PKGBUILD	2018-10-15 10:27:06 UTC (rev 394000)
@@ -3,7 +3,7 @@
 _hkgname=th-expand-syns
 pkgname=haskell-th-expand-syns
 pkgver=0.4.4.0
-pkgrel=3
+pkgrel=4
 pkgdesc="Expands type synonyms in Template Haskell ASTs"
 url="https://hackage.haskell.org/package/th-expand-syns"
 license=('custom:BSD3')
@@ -13,6 +13,12 @@
 source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
 sha512sums=('dbad14fbc9a2041493ee181b376f5888c5bfa8f3d64abf009ad9ee7ac3d95495899fadb678d293f4db4d9902cbc525cadb06c728762d443a035c33519452a27e')
 
+prepare() {
+    cd $_hkgname-$pkgver
+    sed -i 's/< *2.14/<3/' $_hkgname.cabal
+}
+    
+
 build() {
     cd "${srcdir}/${_hkgname}-${pkgver}"
 



More information about the arch-commits mailing list