Date: Thursday, May 26, 2022 @ 14:24:14
  Author: felixonmars
Revision: 1210507

upgpkg: haskell-clash-lib 1.6.1-21: rebuild with lens 5.1.1

Modified:
  haskell-clash-lib/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2022-05-26 14:21:36 UTC (rev 1210506)
+++ PKGBUILD    2022-05-26 14:24:14 UTC (rev 1210507)
@@ -3,7 +3,7 @@
 _hkgname=clash-lib
 pkgname=haskell-clash-lib
 pkgver=1.6.1
-pkgrel=20
+pkgrel=21
 pkgdesc="Clash: a functional hardware description language - As a library"
 url="https://clash-lang.org/";
 license=("BSD")
@@ -17,11 +17,16 @@
          'haskell-primitive' 'haskell-stringsearch' 'haskell-temporary' 
'haskell-terminal-size'
          'haskell-trifecta' 'haskell-unordered-containers' 'haskell-vector'
          'haskell-vector-binary-instances' 'haskell-yaml')
-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";)
 
sha512sums=('0e92170df5bf0f4c67327d7d8a54645d4bba4f9f16ced610dfabc85b70a3babe4e431894c1035e8a73860fa24b5cbe75b355a6273ec0f1cd709e7916661484fa')
 
+prepare() {
+  cd $_hkgname-$pkgver
+  uusi -u lens $_hkgname.cabal
+}
+
 build() {
   cd $_hkgname-$pkgver
 

Reply via email to