[arch-commits] Commit in haskell-hashable/trunk (PKGBUILD)

Felix Yan felixonmars at gemini.archlinux.org
Mon Jan 10 20:30:53 UTC 2022


    Date: Monday, January 10, 2022 @ 20:30:53
  Author: felixonmars
Revision: 1099924

upgpkg: haskell-hashable 1.3.4.1-14: rebuild with ghc 9.0.2 (rebuild pass 1, specified --nocheck)

Modified:
  haskell-hashable/trunk/PKGBUILD

----------+
 PKGBUILD |   11 ++++++++---
 1 file changed, 8 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-01-10 20:26:46 UTC (rev 1099923)
+++ PKGBUILD	2022-01-10 20:30:53 UTC (rev 1099924)
@@ -4,18 +4,23 @@
 _hkgname=hashable
 pkgname=haskell-hashable
 pkgver=1.3.4.1
-pkgrel=13
+pkgrel=14
 pkgdesc="A class for types that can be converted to a hash value"
 url="https://github.com/haskell-unordered-containers/hashable"
 license=('BSD')
 arch=('x86_64')
-depends=('ghc-libs')
-makedepends=('ghc')
+depends=('ghc-libs' 'haskell-ghc-bignum-orphans')
+makedepends=('ghc' 'uusi')
 checkdepends=('haskell-hunit' 'haskell-quickcheck' 'haskell-random' 'haskell-test-framework'
               'haskell-test-framework-hunit' 'haskell-test-framework-quickcheck2')
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
 sha512sums=('655bdcf3236ae1a3b8a2bbb685f9d9a1fac840c22d5b9326c19b3cea5147aea36be28c62e1e2109d6fb3909151552f0152a331165ea7a701ac7d22f31a50bd84')
 
+prepare() {
+    cd $_hkgname-$pkgver
+    uusi -r ghc-bignum:ghc-bignum,ghc-bignum-orphans $_hkgname.cabal
+}
+
 build() {
     cd $_hkgname-$pkgver
 



More information about the arch-commits mailing list