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

Felix Yan felixonmars at archlinux.org
Fri Mar 26 21:33:27 UTC 2021


    Date: Friday, March 26, 2021 @ 21:33:27
  Author: felixonmars
Revision: 904775

upgpkg: haskell-clash-lib 1.4.0-12: rebuild with attoparsec 0.14.1

Modified:
  haskell-clash-lib/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-03-26 21:23:58 UTC (rev 904774)
+++ PKGBUILD	2021-03-26 21:33:27 UTC (rev 904775)
@@ -3,7 +3,7 @@
 _hkgname=clash-lib
 pkgname=haskell-clash-lib
 pkgver=1.4.0
-pkgrel=11
+pkgrel=12
 pkgdesc="Clash: a functional hardware description language - As a library"
 url="https://clash-lang.org/"
 license=("BSD")
@@ -18,11 +18,16 @@
          'haskell-terminal-size' 'haskell-text-show' 'haskell-trifecta'
          'haskell-unordered-containers' 'haskell-utf8-string' 'haskell-vector'
          'haskell-vector-binary-instances')
-makedepends=('ghc' 'haskell-ghc-typelits-knownnat' 'haskell-quickcheck-text' 'haskell-src-exts'
+makedepends=('ghc' 'uusi' 'haskell-ghc-typelits-knownnat' 'haskell-quickcheck-text' 'haskell-src-exts'
              'haskell-tasty' 'haskell-tasty-hunit' 'haskell-tasty-quickcheck')
 source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz")
 sha256sums=('1f98bbbbe1945a66402ea3673a98f47067d1cf33ba109dd075b08c6bc4af1fc4')
 
+prepare() {
+  cd $_hkgname-$pkgver
+  uusi -u attoparsec $_hkgname.cabal
+}
+
 build() {
   cd $_hkgname-$pkgver
 



More information about the arch-commits mailing list