Date: Wednesday, May 16, 2018 @ 20:19:24 Author: felixonmars Revision: 323222
upgpkg: haskell-lifted-async 0.9.3.3-19 rebuild with ghc 8.4.2 Modified: haskell-lifted-async/trunk/PKGBUILD ----------+ PKGBUILD | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-05-16 20:15:07 UTC (rev 323221) +++ PKGBUILD 2018-05-16 20:19:24 UTC (rev 323222) @@ -4,7 +4,7 @@ _hkgname=lifted-async pkgname=haskell-lifted-async pkgver=0.9.3.3 -pkgrel=18 +pkgrel=19 pkgdesc="Run lifted IO operations asynchronously and wait for their results" url="https://github.com/maoe/lifted-async" license=('custom:BSD3') @@ -11,11 +11,16 @@ arch=('x86_64') depends=('ghc-libs' 'haskell-async' 'haskell-constraints' 'haskell-lifted-base' 'haskell-monad-control' 'haskell-transformers-base') -makedepends=('ghc' 'haskell-hunit' 'haskell-mtl' 'haskell-tasty' 'haskell-tasty-hunit' +makedepends=('ghc' 'haskell-hunit' 'haskell-tasty' 'haskell-tasty-hunit' 'haskell-tasty-th') source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz) sha512sums=('0c3395d677ada85b6db80b61d58589af147796fb17b57023da9f37dcd9f909abd0be4791b83efc86f386969ffc2cc8df0acb38f66b2fdbb0ce1ae5456e8ffa42') +prepare() { + cd $_hkgname-$pkgver + sed -e 's/<.*4.11/<5/' -i $_hkgname.cabal +} + build() { cd "${srcdir}/${_hkgname}-${pkgver}"
