[arch-commits] Commit in haskell-data-accessor-template/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Thu Feb 27 09:12:37 UTC 2020
Date: Thursday, February 27, 2020 @ 09:12:36
Author: felixonmars
Revision: 583703
upgpkg: haskell-data-accessor-template 0.2.1.16-11: rebuild with ghc 8.8.3
Modified:
haskell-data-accessor-template/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-02-27 09:12:00 UTC (rev 583702)
+++ PKGBUILD 2020-02-27 09:12:36 UTC (rev 583703)
@@ -4,7 +4,7 @@
_hkgname=data-accessor-template
pkgname=haskell-data-accessor-template
pkgver=0.2.1.16
-pkgrel=10
+pkgrel=11
pkgdesc="Automate generation of Accessor's of the data-accessor package by Template Haskell functions."
url="https://www.haskell.org/haskellwiki/Record_access"
license=("BSD")
@@ -38,6 +38,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