Date: Monday, April 4, 2022 @ 01:26:03 Author: felixonmars Revision: 1181160
upgpkg: haskell-path-io 1.7.0-1: rebuild with path-io 1.7.0 Modified: haskell-path-io/trunk/PKGBUILD ----------+ PKGBUILD | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-04-04 01:25:47 UTC (rev 1181159) +++ PKGBUILD 2022-04-04 01:26:03 UTC (rev 1181160) @@ -4,8 +4,8 @@ _hkgname=path-io pkgname=haskell-path-io -pkgver=1.6.3 -pkgrel=71 +pkgver=1.7.0 +pkgrel=1 pkgdesc="Interface to ‘directory’ package for users of ‘path’" url="https://github.com/mrkkrp/path-io" license=("BSD") @@ -12,15 +12,10 @@ arch=('x86_64') depends=('ghc-libs' 'haskell-dlist' 'haskell-path' 'haskell-temporary' 'haskell-unix-compat') -makedepends=('ghc' 'uusi' 'haskell-hspec') +makedepends=('ghc' 'haskell-hspec') source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-${pkgver}.tar.gz") -sha512sums=('d9d4e0d3a0b74677b8e29608254b1a4b5f306378400e8ec6d2b96ec4fd5b340ca20652684af558ec5ec5c401a18c4c9203adf7afbb1a602df0786459bc5bc774') +sha512sums=('29b6355eca04eaf675a0016fbcb132a91fd88a200ff1ccbc89e88aba007d692c49a03a0d3e15b41938b33f4d668eb4e970a5bc08b411b8c0331abba630504be3') -prepare() { - cd $_hkgname-$pkgver - uusi -u path $_hkgname.cabal -} - build() { cd "$srcdir/$_hkgname-$pkgver" runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \
