Date: Monday, February 24, 2020 @ 16:43:20 Author: felixonmars Revision: 580636
upgpkg: haskell-path-io 1.6.0-1: rebuild with path-io 1.6.0 Modified: haskell-path-io/trunk/PKGBUILD ----------+ PKGBUILD | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-02-24 16:36:06 UTC (rev 580635) +++ PKGBUILD 2020-02-24 16:43:20 UTC (rev 580636) @@ -4,8 +4,8 @@ _hkgname=path-io pkgname=haskell-path-io -pkgver=1.5.0 -pkgrel=2 +pkgver=1.6.0 +pkgrel=1 pkgdesc="Interface to ‘directory’ package for users of ‘path’" url="https://github.com/mrkkrp/path-io" license=("BSD") @@ -14,13 +14,8 @@ 'haskell-unix-compat') makedepends=('ghc' 'haskell-hspec') source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-${pkgver}.tar.gz") -sha512sums=('1d746ca4c2b3e50f48bfd9293e1db0538e7512e2ce23716883aaf74b4096cdb072dffff30dc55b3bc904eafbce1759f5380a3ba0b39c8d45a8344a4193154765') +sha512sums=('dcafbbfe1531d7b00a9df751c093e6affdefafe7589c0243530579b9f5733ef1357b1085cfd88bf53ff9794accddbc789b927a199f4c4a2b7778268cf1719477') -prepare() { - cd $_hkgname-$pkgver - sed -i 's/< *1.9/<2/' $_hkgname.cabal -} - build() { cd "$srcdir/$_hkgname-$pkgver" runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \
