Date: Wednesday, May 16, 2018 @ 15:30:13 Author: felixonmars Revision: 322881
upgpkg: haskell-async 2.1.1.1-7 rebuild with ghc 8.4.2 Modified: haskell-async/trunk/PKGBUILD ----------+ PKGBUILD | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-05-16 15:28:14 UTC (rev 322880) +++ PKGBUILD 2018-05-16 15:30:13 UTC (rev 322881) @@ -5,16 +5,21 @@ _hkgname=async pkgname=haskell-async pkgver=2.1.1.1 -pkgrel=6 +pkgrel=7 pkgdesc="Run IO operations asynchronously and wait for their results" url="https://github.com/simonmar/async" license=("custom:BSD3") arch=('x86_64') -depends=('ghc-libs' "haskell-stm") +depends=('ghc-libs') makedepends=('ghc') source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") sha512sums=('6c617e6028e6b10dfa19a1157f3fd8521190725e9aafa60f6668c6c40f88445f03de4fa70a824aada2b008fc8a5d49e7d1aade1843ba990a382ffb9d3ef9ec21') +prepare() { + cd $_hkgname-$pkgver + sed -i 's/<.*4.11/<5/' $_hkgname.cabal +} + build() { cd "${srcdir}/${_hkgname}-${pkgver}"
