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

Felix Yan felixonmars at archlinux.org
Wed Apr 21 23:33:50 UTC 2021


    Date: Wednesday, April 21, 2021 @ 23:33:50
  Author: felixonmars
Revision: 920740

upgpkg: haskell-ral 0.2-1: rebuild with bin 0.1.1, fin 0.2, ral 0.2, rere 0.2, vec 0.4

Modified:
  haskell-ral/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-04-21 23:32:55 UTC (rev 920739)
+++ PKGBUILD	2021-04-21 23:33:50 UTC (rev 920740)
@@ -2,22 +2,21 @@
 
 _hkgname=ral
 pkgname=haskell-ral
-pkgver=0.1
-pkgrel=3
+pkgver=0.2
+pkgrel=1
 pkgdesc="Random access lists"
 url="https://github.com/phadej/vec"
 license=("GPL")
 arch=('x86_64')
 depends=('ghc-libs' 'haskell-quickcheck' 'haskell-adjunctions' 'haskell-bin' 'haskell-distributive'
-         'haskell-fin' 'haskell-hashable' 'haskell-semigroupoids')
+         'haskell-fin' 'haskell-hashable' 'haskell-indexed-traversable' 'haskell-semigroupoids')
 makedepends=('ghc' 'uusi')
 source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz")
-sha256sums=('048cf2b5b394229503bdd748c93cc19650b4223d01e11e954b373f7595c21241')
+sha512sums=('21174789d765120ec08cfd0cd0ec0552fd4564cd9a799355a219d290072b517cbb916d5f0a7aefa918815c943dd472cec34ba3508fe5e20236fafa044965b85f')
 
 prepare() {
   cd $_hkgname-$pkgver
   gen-setup
-  uusi -u base -u QuickCheck $_hkgname.cabal
 }
 
 build() {



More information about the arch-commits mailing list