Date: Thursday, May 17, 2018 @ 19:51:22 Author: felixonmars Revision: 324076
upgpkg: haskell-dns 3.0.3-2 rebuild with ghc 8.4.2 Modified: haskell-dns/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-05-17 19:50:19 UTC (rev 324075) +++ PKGBUILD 2018-05-17 19:51:22 UTC (rev 324076) @@ -5,22 +5,18 @@ _hkgname=dns pkgname=haskell-dns pkgver=3.0.3 -pkgrel=1 +pkgrel=2 pkgdesc="DNS library in Haskell" url="https://hackage.haskell.org/package/${_hkgname}" license=("custom:BSD3") arch=('x86_64') depends=('ghc-libs' 'haskell-async' 'haskell-auto-update' 'haskell-attoparsec' - 'haskell-base64-bytestring' 'haskell-cryptonite' 'haskell-iproute' 'haskell-mtl' + 'haskell-base64-bytestring' 'haskell-cryptonite' 'haskell-iproute' 'haskell-network' 'haskell-psqueues' 'haskell-safe') makedepends=('ghc' 'haskell-doctest' 'haskell-hspec' 'haskell-word8' 'haskell-quickcheck') source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") sha512sums=('14ad37f33dd323b1459131adcb391604ecd6d1af4142c1088147058cfe51e240b52c004bc5b6d36597c9e4e9b534d17c87532c06be05fbe003ac375da6513787') -prepare() { - sed -i '/doctest/a \ "-dynamic",' $_hkgname-$pkgver/test2/doctests.hs -} - build() { cd "${srcdir}/${_hkgname}-${pkgver}"
