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

Felix Yan felixonmars at archlinux.org
Fri Oct 11 18:52:52 UTC 2019


    Date: Friday, October 11, 2019 @ 18:52:52
  Author: felixonmars
Revision: 515060

upgpkg: haskell-th-expand-syns 0.4.5.0-1

rebuild with th-expand-syns 0.4.5.0

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

----------+
 PKGBUILD |   12 +++---------
 1 file changed, 3 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-10-11 18:51:05 UTC (rev 515059)
+++ PKGBUILD	2019-10-11 18:52:52 UTC (rev 515060)
@@ -2,8 +2,8 @@
 
 _hkgname=th-expand-syns
 pkgname=haskell-th-expand-syns
-pkgver=0.4.4.0
-pkgrel=9
+pkgver=0.4.5.0
+pkgrel=1
 pkgdesc="Expands type synonyms in Template Haskell ASTs"
 url="https://hackage.haskell.org/package/th-expand-syns"
 license=('BSD')
@@ -11,14 +11,8 @@
 depends=('ghc-libs' 'haskell-syb')
 makedepends=('ghc')
 source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
-sha512sums=('dbad14fbc9a2041493ee181b376f5888c5bfa8f3d64abf009ad9ee7ac3d95495899fadb678d293f4db4d9902cbc525cadb06c728762d443a035c33519452a27e')
+sha512sums=('4e72ec26dbe875c3d664b94d7892001af835794f04bec83ff05952c3b9ea9b9de242cee5c713671213479bce4cfae3d0d6172a581e7fff58923688624dd493bd')
 
-prepare() {
-    cd $_hkgname-$pkgver
-    sed -i 's/< *2.14/<3/' $_hkgname.cabal
-}
-    
-
 build() {
     cd $_hkgname-$pkgver
 



More information about the arch-commits mailing list