Date: Sunday, May 20, 2018 @ 18:44:07 Author: felixonmars Revision: 325533
upgpkg: haskell-lifted-async 0.10.0.2-1 rebuild with async,2.2.1 Modified: haskell-lifted-async/trunk/PKGBUILD ----------+ PKGBUILD | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-05-20 18:43:24 UTC (rev 325532) +++ PKGBUILD 2018-05-20 18:44:07 UTC (rev 325533) @@ -3,8 +3,8 @@ _hkgname=lifted-async pkgname=haskell-lifted-async -pkgver=0.9.3.3 -pkgrel=19 +pkgver=0.10.0.2 +pkgrel=1 pkgdesc="Run lifted IO operations asynchronously and wait for their results" url="https://github.com/maoe/lifted-async" license=('custom:BSD3') @@ -11,10 +11,10 @@ arch=('x86_64') depends=('ghc-libs' 'haskell-async' 'haskell-constraints' 'haskell-lifted-base' 'haskell-monad-control' 'haskell-transformers-base') -makedepends=('ghc' 'haskell-hunit' 'haskell-tasty' 'haskell-tasty-hunit' - 'haskell-tasty-th') +makedepends=('ghc' 'haskell-hunit' 'haskell-tasty' 'haskell-tasty-expected-failure' + 'haskell-tasty-hunit' 'haskell-tasty-th') source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz) -sha512sums=('0c3395d677ada85b6db80b61d58589af147796fb17b57023da9f37dcd9f909abd0be4791b83efc86f386969ffc2cc8df0acb38f66b2fdbb0ce1ae5456e8ffa42') +sha512sums=('f8d4de4eb0b89bbcc6137f429f6595f4a42cf0761df420abd093bd31b4b7bc0bfc46908c7fd2eb67a4beff02808e0491d575ae27f329727cfdd8e03f0eca67a7') prepare() { cd $_hkgname-$pkgver @@ -26,8 +26,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 \ - -fmonad-control-1 + --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid runhaskell Setup build runhaskell Setup register --gen-script runhaskell Setup unregister --gen-script
