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

Felix Yan felixonmars at archlinux.org
Wed May 16 08:29:34 UTC 2018


    Date: Wednesday, May 16, 2018 @ 08:29:33
  Author: felixonmars
Revision: 322596

upgpkg: haskell-errors 2.3.0-1

rebuild with errors,2.3.0

Modified:
  haskell-errors/trunk/PKGBUILD

----------+
 PKGBUILD |    7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-05-16 08:05:14 UTC (rev 322595)
+++ PKGBUILD	2018-05-16 08:29:33 UTC (rev 322596)
@@ -4,17 +4,16 @@
 
 _hkgname=errors
 pkgname=haskell-errors
-pkgver=2.2.5
+pkgver=2.3.0
 pkgrel=1
 pkgdesc="Simplified error-handling"
 url="https://hackage.haskell.org/package/${_hkgname}"
 license=("custom:BSD3")
 arch=('x86_64')
-depends=('ghc-libs' "haskell-exceptions" "haskell-safe" "haskell-text" "haskell-transformers-compat"
-         "haskell-unexceptionalio")
+depends=('ghc-libs' 'haskell-exceptions' 'haskell-safe' 'haskell-text' 'haskell-transformers-compat')
 makedepends=('ghc')
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha512sums=('257bbe1af43d47db40f7ba8620a24e57a6e12dc4f3414ac8febf2da35648c0e84b3400127e7a254caee423db17797ad38b72128ff96aff7d8da614e347ac340d')
+sha512sums=('dddfc63505fd7023c4a669b3cc3d736cf7ecb774b53dcdfeee2d203dcdf4684f5d149a1c217134de214b64af4e154a3ef08b315615c85a1c734ceb42e80823b4')
 
 build() {
     cd "${srcdir}/${_hkgname}-${pkgver}"



More information about the arch-commits mailing list