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

Felix Yan felixonmars at gemini.archlinux.org
Sun Feb 20 23:09:42 UTC 2022


    Date: Sunday, February 20, 2022 @ 23:09:42
  Author: felixonmars
Revision: 1135470

upgpkg: haskell-aeson-compat 0.3.10-8: rebuild with hashable 1.4.0.0, quickcheck-instances 0.3.26.1

Modified:
  haskell-aeson-compat/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-02-20 23:04:09 UTC (rev 1135469)
+++ PKGBUILD	2022-02-20 23:09:42 UTC (rev 1135470)
@@ -4,7 +4,7 @@
 _hkgname=aeson-compat
 pkgname=haskell-aeson-compat
 pkgver=0.3.10
-pkgrel=7
+pkgrel=8
 pkgdesc="Compatibility layer for aeson"
 url="https://hackage.haskell.org/package/${_hkgname}"
 license=("BSD")
@@ -13,11 +13,16 @@
          'haskell-base-compat' 'haskell-hashable' 'haskell-scientific'
          'haskell-tagged' 'haskell-time-locale-compat' 'haskell-unordered-containers'
          'haskell-vector')
-makedepends=('ghc' 'haskell-base-orphans' 'haskell-quickcheck' 'haskell-quickcheck-instances'
+makedepends=('ghc' 'uusi' 'haskell-base-orphans' 'haskell-quickcheck' 'haskell-quickcheck-instances'
              'haskell-tasty' 'haskell-tasty-hunit' 'haskell-tasty-quickcheck')
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
 sha512sums=('5e44568c29e9886cdfa10dfa9e7f9ce93b0927a2317fdfc9427378867d6b5cf95d1cea12a7e28ff6f7f9cb6eca4b4eb4d9d0dce3353af5b390f06ea691243557')
 
+prepare() {
+    cd $_hkgname-$pkgver
+    uusi -u hashable $_hkgname.cabal
+}
+
 build() {
     cd $_hkgname-$pkgver
     



More information about the arch-commits mailing list