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

Felix Yan felixonmars at gemini.archlinux.org
Fri Feb 18 22:12:11 UTC 2022


    Date: Friday, February 18, 2022 @ 22:12:10
  Author: felixonmars
Revision: 1134316

upgpkg: haskell-scientific 0.3.7.0-41: rebuild with hashable 1.4.0.0

Modified:
  haskell-scientific/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-02-18 21:44:56 UTC (rev 1134315)
+++ PKGBUILD	2022-02-18 22:12:10 UTC (rev 1134316)
@@ -4,17 +4,22 @@
 _hkgname=scientific
 pkgname=haskell-scientific
 pkgver=0.3.7.0
-pkgrel=40
+pkgrel=41
 pkgdesc="Numbers represented using scientific notation"
 url="https://github.com/basvandijk/scientific"
 license=("BSD")
 arch=('x86_64')
 depends=('ghc-libs' 'haskell-hashable' 'haskell-integer-logarithms' 'haskell-primitive')
-makedepends=('ghc' 'haskell-quickcheck' 'haskell-smallcheck' 'haskell-tasty' 'haskell-tasty-hunit'
+makedepends=('ghc' 'uusi' 'haskell-quickcheck' 'haskell-smallcheck' 'haskell-tasty' 'haskell-tasty-hunit'
              'haskell-tasty-quickcheck' 'haskell-tasty-smallcheck')
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
 sha512sums=('dbd13060a6d1d101138715b4106382a78d115cff247859cb6f83aca3cdb6f6caf8a2c52d7ae99be64845c5e4a7959940bbf31df6265b15079c236f193b087865')
 
+prepare() {
+    cd $_hkgname-$pkgver
+    uusi -u hashable $_hkgname.cabal
+}
+
 build() {
     cd $_hkgname-$pkgver
     



More information about the arch-commits mailing list