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

Felix Yan felixonmars at archlinux.org
Sat Oct 3 15:15:39 UTC 2020


    Date: Saturday, October 3, 2020 @ 15:15:38
  Author: felixonmars
Revision: 716532

upgpkg: haskell-clash-prelude 1.2.4-35: rebuild with text-show 3.9

Modified:
  haskell-clash-prelude/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-10-03 15:14:52 UTC (rev 716531)
+++ PKGBUILD	2020-10-03 15:15:38 UTC (rev 716532)
@@ -3,7 +3,7 @@
 _hkgname=clash-prelude
 pkgname=haskell-clash-prelude
 pkgver=1.2.4
-pkgrel=34
+pkgrel=35
 pkgdesc="CAES Language for Synchronous Hardware - Prelude library"
 url="https://github.com/clash-lang/clash-prelude"
 license=('BSD')
@@ -14,11 +14,15 @@
          'haskell-quickcheck' 'haskell-recursion-schemes' 'haskell-reflection' 'haskell-singletons'
          'haskell-th-abstraction' 'haskell-th-lift' 'haskell-text-show' 'haskell-th-orphans'
          'haskell-type-errors' 'haskell-uniplate' 'haskell-vector')
-makedepends=('ghc' 'haskell-cabal-doctest' 'haskell-doctest' 'haskell-hint' 'haskell-quickcheck-classes-base'
+makedepends=('ghc' 'uusi' 'haskell-cabal-doctest' 'haskell-doctest' 'haskell-hint' 'haskell-quickcheck-classes-base'
              'haskell-tasty' 'haskell-tasty-hunit' 'haskell-tasty-quickcheck')
 source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
 sha512sums=('dd3d0321c59e141dbb83cbebf81b7608c0c0cf8cac3526428344a967feeb50fae4a1ee8304504a212b1cc1d941621a8a3c3eaa973e72838d4556be04184f9db0')
 
+prepare() {
+    uusi $_hkgname-$pkgver/$_hkgname.cabal
+}
+
 build() {
     cd $_hkgname-$pkgver
     



More information about the arch-commits mailing list