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

Felix Yan felixonmars at archlinux.org
Thu Mar 4 16:11:35 UTC 2021


    Date: Thursday, March 4, 2021 @ 16:11:34
  Author: felixonmars
Revision: 880375

upgpkg: haskell-bv-sized 1.0.2-83: rebuild with tasty 1.4, tasty-silver 3.2, tasty-ant-xml 1.1.8

Modified:
  haskell-bv-sized/trunk/PKGBUILD

----------+
 PKGBUILD |    7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-03-04 16:11:14 UTC (rev 880374)
+++ PKGBUILD	2021-03-04 16:11:34 UTC (rev 880375)
@@ -3,7 +3,7 @@
 _hkgname=bv-sized
 pkgname=haskell-bv-sized
 pkgver=1.0.2
-pkgrel=82
+pkgrel=83
 pkgdesc="A bitvector datatype that is parameterized by the vector width"
 url="https://github.com/GaloisInc/bv-sized"
 license=('BSD')
@@ -10,13 +10,14 @@
 arch=('x86_64')
 depends=('ghc-libs' 'haskell-bitwise' 'haskell-panic' 'haskell-parameterized-utils'
          'haskell-th-lift')
-makedepends=('ghc' 'haskell-hedgehog' 'haskell-tasty' 'haskell-tasty-hedgehog')
+makedepends=('ghc' 'uusi' 'haskell-hedgehog' 'haskell-tasty' 'haskell-tasty-hedgehog')
 source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
 sha512sums=('444765f2ba395edfdf2ebcc78ab336f4ac408ee64f1be6964821fc7c7ccf011fe8d3118e1f471a5e29889e4b1dd72e26d05eb3cac865b2d8c38831af81327443')
 
 prepare() {
     cd $_hkgname-$pkgver
-    echo -e "import Distribution.Simple\nmain = defaultMain" > Setup.hs
+    uusi -u tasty $_hkgname.cabal
+    gen-setup
 }
 
 build() {



More information about the arch-commits mailing list