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

Felix Yan felixonmars at archlinux.org
Sun Apr 9 17:07:26 UTC 2017


    Date: Sunday, April 9, 2017 @ 17:07:26
  Author: felixonmars
Revision: 221609

upgpkg: haskell-binary-parser 0.5.5-1

rebuild with binary-parser,0.5.5

Modified:
  haskell-binary-parser/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-04-09 13:54:29 UTC (rev 221608)
+++ PKGBUILD	2017-04-09 17:07:26 UTC (rev 221609)
@@ -4,15 +4,15 @@
 
 _hkgname=binary-parser
 pkgname=haskell-binary-parser
-pkgver=0.5.2
-pkgrel=2
+pkgver=0.5.5
+pkgrel=1
 pkgdesc="A highly-efficient but limited parser API specialised for bytestrings"
 url="https://github.com/nikita-volkov/binary-parser"
 license=("MIT")
 arch=('i686' 'x86_64')
-depends=("ghc=8.0.1" "haskell-success" "haskell-text" "haskell-base-prelude")
+depends=("ghc=8.0.1" "haskell-mtl" "haskell-text" "haskell-base-prelude")
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha256sums=('712d30f26f8423704437e02bd5cc98cfff48fdbac0499e8cb41998f289245545')
+sha512sums=('da2937fb50a6daad9e984b9ab252ad0764b0ab0a6e0d18912ef51c3a95d80056677928339e22e8f6000a38e5ce1c616432ab127e2c2ad9632dbf4a762bdd8732')
 
 build() {
     cd "${srcdir}/${_hkgname}-${pkgver}"



More information about the arch-commits mailing list