[arch-commits] Commit in haskell-rebase/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Wed Sep 30 04:04:21 UTC 2020
Date: Wednesday, September 30, 2020 @ 04:04:20
Author: felixonmars
Revision: 713986
upgpkg: haskell-rebase 1.8-1: rebuild with rebase 1.8, rerebase 1.8
Modified:
haskell-rebase/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-09-30 04:00:59 UTC (rev 713985)
+++ PKGBUILD 2020-09-30 04:04:20 UTC (rev 713986)
@@ -3,7 +3,7 @@
_hkgname=rebase
pkgname=haskell-rebase
-pkgver=1.7.4
+pkgver=1.8
pkgrel=1
pkgdesc='A more progressive alternative to the "base" package'
url="https://github.com/nikita-volkov/rebase"
@@ -10,12 +10,12 @@
license=("MIT")
arch=('x86_64')
depends=('ghc-libs' 'haskell-bifunctors' 'haskell-contravariant' 'haskell-contravariant-extras'
- 'haskell-comonad' 'haskell-dlist' 'haskell-either' 'haskell-hashable'
+ 'haskell-comonad' 'haskell-dlist' 'haskell-either' 'haskell-hashable' 'haskell-hashable-time'
'haskell-profunctors' 'haskell-scientific' 'haskell-selective' 'haskell-semigroupoids'
'haskell-unordered-containers' 'haskell-uuid' 'haskell-vector' 'haskell-void')
makedepends=('ghc')
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha512sums=('269e38c4838d9d85157ee8171011fd62b675c79f5e5e0a8a3c72b1a259af29bcb479102ddec1d58b0e8a08c9063f70cce71b5d5f4149955e2b8310ca2fbe980f')
+sha512sums=('cc9fa34cce92c95b8f90cbcca3cb13bfd5501fbe5280ac89082bd954848c3947e083c955b3c65a9083333c84c5f81214204d589a425de689516129cd8cc6a171')
build() {
cd $_hkgname-$pkgver
More information about the arch-commits
mailing list