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

Felix Yan felixonmars at archlinux.org
Wed Feb 26 21:25:05 UTC 2020


    Date: Wednesday, February 26, 2020 @ 21:25:05
  Author: felixonmars
Revision: 583274

upgpkg: haskell-extensible-exceptions 0.1.1.4-28: rebuild with ghc 8.8.3

Modified:
  haskell-extensible-exceptions/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-02-26 21:24:33 UTC (rev 583273)
+++ PKGBUILD	2020-02-26 21:25:05 UTC (rev 583274)
@@ -3,7 +3,7 @@
 _hkgname=extensible-exceptions
 pkgname=haskell-${_hkgname}
 pkgver=0.1.1.4
-pkgrel=27
+pkgrel=28
 pkgdesc="extensible exceptions for both new and old versions of GHC"
 url="https://hackage.haskell.org/package/extensible-exceptions"
 license=('BSD')
@@ -32,6 +32,6 @@
     install -D -m744 register.sh "$pkgdir"/usr/share/haskell/register/$pkgname.sh
     install -D -m744 unregister.sh "$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
     runhaskell Setup copy --destdir="$pkgdir"
-    install -D -m644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-    rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+    install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+    rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
 }



More information about the arch-commits mailing list