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

Felix Yan felixonmars at gemini.archlinux.org
Mon Feb 21 00:58:20 UTC 2022


    Date: Monday, February 21, 2022 @ 00:58:19
  Author: felixonmars
Revision: 1135528

upgpkg: haskell-binary-instances 1.0.2-27: rebuild with hashable 1.4.0.0, quickcheck-instances 0.3.26.1

Modified:
  haskell-binary-instances/trunk/PKGBUILD

----------+
 PKGBUILD |    9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-02-21 00:38:48 UTC (rev 1135527)
+++ PKGBUILD	2022-02-21 00:58:19 UTC (rev 1135528)
@@ -3,7 +3,7 @@
 _hkgname=binary-instances
 pkgname=haskell-binary-instances
 pkgver=1.0.2
-pkgrel=26
+pkgrel=27
 pkgdesc="Orphan instances for binary"
 url="https://github.com/phadej/binary-instances"
 license=('BSD')
@@ -12,11 +12,16 @@
          'haskell-hashable' 'haskell-scientific' 'haskell-tagged' 'haskell-text-binary'
          'haskell-time-compat' 'haskell-unordered-containers' 'haskell-vector'
          'haskell-vector-binary-instances')
-makedepends=('ghc' 'haskell-quickcheck' 'haskell-quickcheck-instances' 'haskell-tasty'
+makedepends=('ghc' 'uusi' 'haskell-quickcheck' 'haskell-quickcheck-instances' 'haskell-tasty'
              'haskell-tasty-quickcheck')
 source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
 sha512sums=('6aa80af76b939cf0af826066864032285fa646b5bbaa938488e8493423f6f843e1d91227d6f71ab4a22ff5114ba197c2335d9742f769828715c5d4c88801612e')
 
+prepare() {
+    cd $_hkgname-$pkgver
+    uusi -u hashable $_hkgname.cabal
+}
+
 build() {
     cd $_hkgname-$pkgver
 



More information about the arch-commits mailing list