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

Felix Yan felixonmars at archlinux.org
Fri Aug 18 06:53:21 UTC 2017


    Date: Friday, August 18, 2017 @ 06:53:20
  Author: felixonmars
Revision: 252361

upgpkg: haskell-parsers 0.12.7-1

rebuild with parsers,0.12.7

Modified:
  haskell-parsers/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-08-18 06:51:14 UTC (rev 252360)
+++ PKGBUILD	2017-08-18 06:53:20 UTC (rev 252361)
@@ -4,17 +4,18 @@
 
 _hkgname=parsers
 pkgname=haskell-parsers
-pkgver=0.12.6
-pkgrel=3
+pkgver=0.12.7
+pkgrel=1
 pkgdesc="Parsing combinators"
 url="http://github.com/ekmett/parsers/"
 license=("custom:BSD3")
 arch=('i686' 'x86_64')
 depends=('ghc-libs' "haskell-attoparsec" "haskell-base-orphans" "haskell-charset" "haskell-mtl"
-         "haskell-parsec" "haskell-scientific" "haskell-text" "haskell-unordered-containers")
+         "haskell-parsec" "haskell-scientific" "haskell-semigroups" "haskell-text"
+         "haskell-unordered-containers")
 makedepends=('ghc')
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha512sums=('0728f24a7348e272660ea8f02eb6c10ea3d17037b06cc3fc61409253e9dcacfe7658f236129f65754061298b76f2b051850ecefeee6965387166724fb77520dd')
+sha512sums=('ce89f1ebcf0b74b213f533e720ea889f28f06a0f2ad3d6a6c91a587196366d459c33303dd5cfd844f43c7a0eb3b75fae4a41d315d53dde2895418e14bffa4a9c')
 
 build() {
     cd "${srcdir}/${_hkgname}-${pkgver}"



More information about the arch-commits mailing list