Date: Sunday, February 20, 2022 @ 21:21:37 Author: felixonmars Revision: 1135409
upgpkg: haskell-lattices 2.0.3-20: rebuild with hashable 1.4.0.0, quickcheck-instances 0.3.26.1 Modified: haskell-lattices/trunk/PKGBUILD ----------+ PKGBUILD | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-02-20 21:03:03 UTC (rev 1135408) +++ PKGBUILD 2022-02-20 21:21:37 UTC (rev 1135409) @@ -3,7 +3,7 @@ _hkgname=lattices pkgname=haskell-lattices pkgver=2.0.3 -pkgrel=19 +pkgrel=20 pkgdesc="Fine-grained library for constructing and manipulating lattices" url="https://github.com/phadej/lattices/" license=("BSD") @@ -11,10 +11,15 @@ depends=('ghc-libs' 'haskell-quickcheck' 'haskell-base-compat' 'haskell-hashable' 'haskell-integer-logarithms' 'haskell-semigroupoids' 'haskell-tagged' 'haskell-universe-base' 'haskell-universe-reverse-instances' 'haskell-unordered-containers') -makedepends=('ghc' 'haskell-quickcheck-instances' 'haskell-tasty' 'haskell-tasty-quickcheck') +makedepends=('ghc' 'uusi' 'haskell-quickcheck-instances' 'haskell-tasty' 'haskell-tasty-quickcheck') source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz") sha256sums=('0fa7eae5848cd66d76f18d84a8838e3031faebeca85b6ddf5b5e4fcd7147c7d6') +prepare() { + cd $_hkgname-$pkgver + uusi -u hashable $_hkgname.cabal +} + build() { cd $_hkgname-$pkgver
