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

Felix Yan felixonmars at archlinux.org
Thu May 21 10:29:38 UTC 2020


    Date: Thursday, May 21, 2020 @ 10:29:38
  Author: felixonmars
Revision: 631090

upgpkg: haskell-unliftio 0.2.13-1: rebuild with unliftio 0.2.13

Modified:
  haskell-unliftio/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-05-21 09:44:27 UTC (rev 631089)
+++ PKGBUILD	2020-05-21 10:29:38 UTC (rev 631090)
@@ -3,8 +3,8 @@
 
 _hkgname=unliftio
 pkgname=haskell-unliftio
-pkgver=0.2.12.1
-pkgrel=7
+pkgver=0.2.13
+pkgrel=1
 pkgdesc="The MonadUnliftIO typeclass for unlifting monads to IO (batteries included)"
 url="https://github.com/fpco/monad-unlift"
 license=("MIT")
@@ -12,7 +12,7 @@
 depends=('ghc-libs' 'haskell-async' 'haskell-unliftio-core')
 makedepends=('ghc' 'haskell-hspec' 'haskell-quickcheck')
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha512sums=('fb2814860cd2b59ae1a17dfb5892198666b59b737264e46e303909a9f5ce2377f92e70ab7d666fc7f927b9cad6593659dd2bb2168478021927b184e54ae4b44d')
+sha512sums=('7001bb7bbce47b88bee713b003c8eef803987eb3b5688143fccc47941ad27ef01b8ba042059bc2eff5de40e976da545009fe4ae43a761022d15fdbbf53aea93f')
 
 build() {
     cd $_hkgname-$pkgver
@@ -20,7 +20,7 @@
     runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \
         --prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
         --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
-    runhaskell Setup build
+    runhaskell Setup build $MAKEFLAGS
     runhaskell Setup register --gen-script
     runhaskell Setup unregister --gen-script
     sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh



More information about the arch-commits mailing list