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

Felix Yan felixonmars at archlinux.org
Sat Nov 23 16:09:28 UTC 2019


    Date: Saturday, November 23, 2019 @ 16:09:27
  Author: felixonmars
Revision: 532122

upgpkg: haskell-rebase 1.4.1-1

rebuild with rebase 1.4.1, rerebase 1.4.1

Modified:
  haskell-rebase/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-11-23 16:07:56 UTC (rev 532121)
+++ PKGBUILD	2019-11-23 16:09:27 UTC (rev 532122)
@@ -3,20 +3,20 @@
 
 _hkgname=rebase
 pkgname=haskell-rebase
-pkgver=1.3.1.1
-pkgrel=25
+pkgver=1.4.1
+pkgrel=1
 pkgdesc='A more progressive alternative to the "base" package'
 url="https://github.com/nikita-volkov/rebase"
 license=("MIT")
 arch=('x86_64')
-depends=('ghc-libs' 'haskell-hashable' 'haskell-vector' 'haskell-unordered-containers'
-         'haskell-scientific' 'haskell-uuid' 'haskell-dlist' 'haskell-void'
-         'haskell-bifunctors' 'haskell-profunctors' 'haskell-contravariant'
-         'haskell-contravariant-extras' 'haskell-semigroupoids' 'haskell-either'
-         'haskell-base-prelude')
+depends=('ghc-libs' 'haskell-base-prelude' 'haskell-bifunctors' 'haskell-contravariant'
+         'haskell-contravariant-extras' 'haskell-comonad' 'haskell-dlist' 'haskell-either'
+         'haskell-hashable' '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=('2418a89c2348f222320ce75001d944f2d1025bdf8d00f7cca5ae00fe3e701de1e79e1c24726faad23860f6c9a76a86a7fbc3248ec5b4b601c2c3d64086b7b8d1')
+sha512sums=('70bb6513e6ea6a1cd3adf077fe454cf4f1a3b220224fc76e3d63050f17c22cc2d218efa8803f269a3605cb0b95e7ea11b3e8b55ec80cd7fb2db4dbf330739a18')
 
 prepare() {
     cd $_hkgname-$pkgver



More information about the arch-commits mailing list