Date: Sunday, April 2, 2023 @ 04:45:42 Author: felixonmars Revision: 1432704
upgpkg: haskell-nothunks 0.1.4-1: rebuild with nothunks 0.1.4 Modified: haskell-nothunks/trunk/PKGBUILD ----------+ PKGBUILD | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2023-04-02 04:40:50 UTC (rev 1432703) +++ PKGBUILD 2023-04-02 04:45:42 UTC (rev 1432704) @@ -2,8 +2,8 @@ _hkgname=nothunks pkgname=haskell-nothunks -pkgver=0.1.3 -pkgrel=64 +pkgver=0.1.4 +pkgrel=1 pkgdesc="Examine values for unexpected thunks" url="https://github.com/input-output-hk/nothunks" license=("MIT") @@ -10,16 +10,12 @@ arch=('x86_64') depends=('ghc-libs' 'haskell-vector') makedepends=('ghc' 'uusi' 'haskell-hedgehog' 'haskell-random' 'haskell-tasty' 'haskell-tasty-hedgehog') -source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz" - hedgehog-1.1.1.patch) -sha256sums=('c191e9c3d86ca006bf8d85adfd936ff997759120b0fcfaf4960a56d8bd850e53' - 'd6342d09e8447b9b595587128704fe08e93ae1539244c3bd5172db5bcf8678bc') +source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz") +sha256sums=('888a02eb74d70b39372421020420924cf746afcffd370b99535ada562faa1375') prepare() { cd $_hkgname-$pkgver - patch -p1 -i ../hedgehog-1.1.1.patch gen-setup - uusi -u tasty-hedgehog -u vector $_hkgname.cabal } build() {
