[arch-commits] Commit in haskell-should-not-typecheck/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Wed Nov 7 09:26:17 UTC 2018


    Date: Wednesday, November 7, 2018 @ 09:26:17
  Author: felixonmars
Revision: 402545

upgpkg: haskell-should-not-typecheck 2.1.0-25

rebuild with ghc 8.6.2

Modified:
  haskell-should-not-typecheck/trunk/PKGBUILD

----------+
 PKGBUILD |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-11-07 09:25:44 UTC (rev 402544)
+++ PKGBUILD	2018-11-07 09:26:17 UTC (rev 402545)
@@ -3,7 +3,7 @@
 _hkgname=should-not-typecheck
 pkgname=haskell-should-not-typecheck
 pkgver=2.1.0
-pkgrel=24
+pkgrel=25
 pkgdesc="A HUnit/hspec assertion library to verify that an expression does not typecheck"
 url="https://github.com/CRogers/should-not-typecheck"
 license=('custom:BSD3')
@@ -17,7 +17,7 @@
     cd $_hkgname-$pkgver
 
     runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \
-        --prefix=/usr --docdir="/usr/share/doc/${pkgname}" --enable-tests \
+        --prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
         --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
     runhaskell Setup build
     runhaskell Setup register --gen-script
@@ -34,9 +34,9 @@
 package() {
     cd $_hkgname-$pkgver
 
-    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 -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"
 }



More information about the arch-commits mailing list