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

Felix Yan felixonmars at archlinux.org
Wed Apr 21 23:29:22 UTC 2021


    Date: Wednesday, April 21, 2021 @ 23:29:22
  Author: felixonmars
Revision: 920730

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

Modified:
  haskell-fin/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-04-21 23:09:57 UTC (rev 920729)
+++ PKGBUILD	2021-04-21 23:29:22 UTC (rev 920730)
@@ -2,21 +2,20 @@
 
 _hkgname=fin
 pkgname=haskell-fin
-pkgver=0.1.1
-pkgrel=23
+pkgver=0.2
+pkgrel=1
 pkgdesc="Nat and Fin: peano naturals and finite numbers"
 url="https://github.com/phadej/vec"
 license=("BSD")
 arch=('x86_64')
-depends=('ghc-libs' 'haskell-quickcheck' 'haskell-dec' 'haskell-hashable')
+depends=('ghc-libs' 'haskell-quickcheck' 'haskell-dec' 'haskell-hashable' 'haskell-universe-base')
 makedepends=('ghc' 'uusi' 'haskell-inspection-testing' 'haskell-tagged')
 source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz")
-sha256sums=('31e3174c0220ed6ca07c02982105279d01309e71791534355c612e1a45478c7f')
+sha512sums=('1002a48eab01fdd0ad3cabcc8fda1caf7ef3d67ff78316ceb7e7f00a4c97964e7017160a17b6b6b2ae9e2b17d0e55313c0bb5474a611857b8c18299ebf814edf')
 
 prepare() {
   cd $_hkgname-$pkgver
   gen-setup
-  uusi -u base -u QuickCheck $_hkgname.cabal
 }
 
 build() {



More information about the arch-commits mailing list