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

Felix Yan felixonmars at archlinux.org
Sun Apr 11 18:13:38 UTC 2021


    Date: Sunday, April 11, 2021 @ 18:13:38
  Author: felixonmars
Revision: 915769

upgpkg: haskell-clash-lib 1.4.1-1: rebuild with clash-ghc 1.4.1, clash-lib 1.4.1, clash-prelude 1.4.1

Modified:
  haskell-clash-lib/trunk/PKGBUILD

----------+
 PKGBUILD |   11 +++--------
 1 file changed, 3 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-04-11 18:09:08 UTC (rev 915768)
+++ PKGBUILD	2021-04-11 18:13:38 UTC (rev 915769)
@@ -2,8 +2,8 @@
 
 _hkgname=clash-lib
 pkgname=haskell-clash-lib
-pkgver=1.4.0
-pkgrel=19
+pkgver=1.4.1
+pkgrel=1
 pkgdesc="Clash: a functional hardware description language - As a library"
 url="https://clash-lang.org/"
 license=("BSD")
@@ -21,13 +21,8 @@
 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')
+sha512sums=('6a609a93908b9222a6a821111a7511be64d7ce0e4193fecbc2dd231c6733373ef99947269b2d6210a1ecf90c8bcff4e370a2b3de64885de144b4b17c997aab90')
 
-prepare() {
-  cd $_hkgname-$pkgver
-  uusi -u attoparsec $_hkgname.cabal
-}
-
 build() {
   cd $_hkgname-$pkgver
 



More information about the arch-commits mailing list