[arch-commits] Commit in haskell-strict-list/trunk (PKGBUILD)

Felix Yan felixonmars at gemini.archlinux.org
Sat May 14 04:54:29 UTC 2022


    Date: Saturday, May 14, 2022 @ 04:54:28
  Author: felixonmars
Revision: 1203251

upgpkg: haskell-strict-list 0.1.7-1: rebuild with strict-list 0.1.7

Modified:
  haskell-strict-list/trunk/PKGBUILD

----------+
 PKGBUILD |   13 +++++++++----
 1 file changed, 9 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-05-14 04:50:40 UTC (rev 1203250)
+++ PKGBUILD	2022-05-14 04:54:28 UTC (rev 1203251)
@@ -2,18 +2,23 @@
 
 _hkgname=strict-list
 pkgname=haskell-strict-list
-pkgver=0.1.6
-pkgrel=65
+pkgver=0.1.7
+pkgrel=1
 pkgdesc="Strict linked list"
 url="https://github.com/nikita-volkov/strict-list"
 license=("MIT")
 arch=('x86_64')
 depends=('ghc-libs' 'haskell-hashable' 'haskell-semigroupoids')
-makedepends=('ghc' 'haskell-quickcheck' 'haskell-quickcheck-instances' 'haskell-rerebase'
+makedepends=('ghc' 'uusi' 'haskell-quickcheck' 'haskell-quickcheck-instances' 'haskell-rerebase'
              'haskell-tasty' 'haskell-tasty-hunit' 'haskell-tasty-quickcheck')
 source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz")
-sha512sums=('f58cf2cfec7b9f8e397bbacf2acb13743eca76cfe2992270a39bf0456eea79bc1abe838d824f55e7f19e6bbb945609d46ec0ac8a4e2b30df60dfa6a0ced7469b')
+sha512sums=('9e44808ea7b88079117cd63c136732fa793e3a1e7d6cc2097d2c99f037e6022eac906135b26b10d706b1a2b1361a00832d9b1c37f765657db585df2daed71f33')
 
+prepare() {
+  cd $_hkgname-$pkgver
+  gen-setup
+}
+
 build() {
   cd $_hkgname-$pkgver
 



More information about the arch-commits mailing list