Date: Thursday, December 1, 2022 @ 18:40:44 Author: felixonmars Revision: 1355656
upgpkg: haskell-wide-word 0.1.3.0-1: rebuild with wide-word 0.1.3.0 Modified: haskell-wide-word/trunk/PKGBUILD ----------+ PKGBUILD | 15 +++++---------- 1 file changed, 5 insertions(+), 10 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-12-01 17:39:13 UTC (rev 1355655) +++ PKGBUILD 2022-12-01 18:40:44 UTC (rev 1355656) @@ -2,23 +2,18 @@ _hkgname=wide-word pkgname=haskell-wide-word -pkgver=0.1.1.2 -pkgrel=16 +pkgver=0.1.3.0 +pkgrel=1 pkgdesc="Data types for large but fixed width signed and unsigned integers" url="https://github.com/erikd/wide-word" license=("BSD") arch=('x86_64') -depends=('ghc-libs' 'haskell-primitive') -makedepends=('ghc' 'uusi' 'haskell-quickcheck' 'haskell-hedgehog' 'haskell-quickcheck-classes' +depends=('ghc-libs' 'haskell-hashable' 'haskell-primitive') +makedepends=('ghc' 'haskell-quickcheck' 'haskell-hedgehog' 'haskell-quickcheck-classes' 'haskell-semirings') source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz") -sha256sums=('19c9d153b5022522fee0ef8d44559002bbdc4bba96c53817396a69a1983d5283') +sha256sums=('b28ff1f7662e11b3678dc20362f454be093d447b704abfc3f842e5717fd9e00d') -prepare() { - cd $_hkgname-$pkgver - uusi -u QuickCheck -u base -u hedgehog -u semirings $_hkgname.cabal -} - build() { cd $_hkgname-$pkgver
