Date: Sunday, October 18, 2020 @ 20:30:30 Author: felixonmars Revision: 726777
upgpkg: haskell-path-io 1.6.1-1: rebuild with path-io 1.6.1 Modified: haskell-path-io/trunk/PKGBUILD ----------+ PKGBUILD | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-10-18 20:26:35 UTC (rev 726776) +++ PKGBUILD 2020-10-18 20:30:30 UTC (rev 726777) @@ -4,8 +4,8 @@ _hkgname=path-io pkgname=haskell-path-io -pkgver=1.6.0 -pkgrel=68 +pkgver=1.6.1 +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=('dcafbbfe1531d7b00a9df751c093e6affdefafe7589c0243530579b9f5733ef1357b1085cfd88bf53ff9794accddbc789b927a199f4c4a2b7778268cf1719477') +sha512sums=('af42c4bcd2f3221cd6f0b9d9155b8bb80e231537355e57b23abc18d1988604259ddcd10bb4f936613e3fa27b076721923eb4c942f06c9b40bf7f3b467a0237c7') -prepare() { - cd $_hkgname-$pkgver - sed -i -e 's/< *0.7/<1/;s/< *0.9/<2/' $_hkgname.cabal -} - build() { cd "$srcdir/$_hkgname-$pkgver" runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \
