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

Felix Yan felixonmars at archlinux.org
Sun Apr 25 02:06:16 UTC 2021


    Date: Sunday, April 25, 2021 @ 02:06:15
  Author: felixonmars
Revision: 923766

upgpkg: haskell-bv-sized 1.0.3-1: rebuild with bv-sized 1.0.3

Modified:
  haskell-bv-sized/trunk/PKGBUILD

----------+
 PKGBUILD |   12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-04-25 02:05:53 UTC (rev 923765)
+++ PKGBUILD	2021-04-25 02:06:15 UTC (rev 923766)
@@ -2,21 +2,21 @@
 
 _hkgname=bv-sized
 pkgname=haskell-bv-sized
-pkgver=1.0.2
-pkgrel=103
+pkgver=1.0.3
+pkgrel=1
 pkgdesc="A bitvector datatype that is parameterized by the vector width"
 url="https://github.com/GaloisInc/bv-sized"
 license=('BSD')
 arch=('x86_64')
 depends=('ghc-libs' 'haskell-bitwise' 'haskell-panic' 'haskell-parameterized-utils'
-         'haskell-th-lift')
-makedepends=('ghc' 'uusi' 'haskell-hedgehog' 'haskell-tasty' 'haskell-tasty-hedgehog')
+         'haskell-random' 'haskell-th-lift')
+makedepends=('ghc' 'uusi' 'haskell-hedgehog' 'haskell-monadrandom' 'haskell-tasty'
+             'haskell-tasty-hedgehog')
 source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
-sha512sums=('444765f2ba395edfdf2ebcc78ab336f4ac408ee64f1be6964821fc7c7ccf011fe8d3118e1f471a5e29889e4b1dd72e26d05eb3cac865b2d8c38831af81327443')
+sha512sums=('dc4ffcb6aef1f3290c13394764aa4321a05647c05e4e373a90e674f794951ce4b984258410447cd0eaff1b812244bce468592a187d985e60847d0a19caa990e2')
 
 prepare() {
     cd $_hkgname-$pkgver
-    uusi -u tasty -u tasty-hedgehog $_hkgname.cabal
     gen-setup
 }
 



More information about the arch-commits mailing list