Date: Sunday, March 1, 2020 @ 09:51:35 Author: felixonmars Revision: 587395
upgpkg: haskell-dns 4.0.1-1 Modified: haskell-dns/trunk/PKGBUILD ----------+ PKGBUILD | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-03-01 09:31:30 UTC (rev 587394) +++ PKGBUILD 2020-03-01 09:51:35 UTC (rev 587395) @@ -3,8 +3,8 @@ _hkgname=dns pkgname=haskell-dns -pkgver=4.0.0 -pkgrel=3 +pkgver=4.0.1 +pkgrel=1 pkgdesc="DNS library in Haskell" url="https://hackage.haskell.org/package/${_hkgname}" license=("BSD") @@ -12,10 +12,15 @@ depends=('ghc-libs' 'haskell-async' 'haskell-auto-update' 'haskell-attoparsec' 'haskell-base16-bytestring' 'haskell-base64-bytestring' 'haskell-cryptonite' 'haskell-hourglass' 'haskell-iproute' 'haskell-network' 'haskell-psqueues') -makedepends=('ghc' 'haskell-cabal-doctest' 'haskell-doctest' 'haskell-hspec' 'haskell-word8' 'haskell-quickcheck') +makedepends=('ghc' 'haskell-doctest' 'haskell-hspec' 'haskell-word8' 'haskell-quickcheck') source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") -sha512sums=('d4d2cc3d54042aa169af03220026e326353c26b76a825ee8ab44848e7497b0103787eb68fcba966a3d7e998a3e4506d75813832880d487c4f7b5021392445e5a') +sha512sums=('5c3d86c95aeb61ffdf951472a18ce2878b9dad1069efdf02fd7aff4065cf88c93c13d197488af65811440c674a75601b0c3336a6de6a9bff98cca018254b6e9c') +prepare() { + cd $_hkgname-$pkgver + sed -i 's/import Network.Socket/import Network.Socket hiding (send)/' test2/IOSpec.hs +} + build() { cd $_hkgname-$pkgver
