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

Felix Yan felixonmars at archlinux.org
Tue May 8 16:22:32 UTC 2018


    Date: Tuesday, May 8, 2018 @ 16:22:32
  Author: felixonmars
Revision: 319673

upgpkg: haskell-protolude 0.2.2-1

rebuild with protolude,0.2.2

Modified:
  haskell-protolude/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-05-08 16:22:24 UTC (rev 319672)
+++ PKGBUILD	2018-05-08 16:22:32 UTC (rev 319673)
@@ -4,17 +4,17 @@
 
 _hkgname=protolude
 pkgname=haskell-protolude
-pkgver=0.2.1
-pkgrel=4
+pkgver=0.2.2
+pkgrel=1
 pkgdesc="A sensible set of defaults for writing custom Preludes."
 url="https://github.com/sdiehl/protolude"
 license=("MIT")
 arch=('x86_64')
-depends=('ghc-libs' 'haskell-async' 'haskell-hashable' 'haskell-mtl' 'haskell-safe' 'haskell-stm'
-         'haskell-text' 'haskell-transformers-compat')
+depends=('ghc-libs' 'haskell-async' 'haskell-hashable' 'haskell-mtl' 'haskell-stm' 'haskell-text'
+         'haskell-transformers-compat')
 makedepends=('ghc')
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha512sums=('f4aa24615e3b851b5f19b8ad0a421668055f959fe870f3eca4c728edd6c65696352d476151fda278867174d43a50ddaae8f664a5968a5031b0c75a384f58cb82')
+sha512sums=('fc30cc6b23a55a19109aedb02d445c03da206b4b887df029163da2d1ae1c1b7a4b361ef91e061f1a89196bd8dea14095bdec41a4d91f3b4fcd7c24bfa000823d')
 
 prepare() {
     sed -i '/mtl-compat/d' $_hkgname-$pkgver/$_hkgname.cabal



More information about the arch-commits mailing list