Date: Sunday, June 4, 2017 @ 03:04:58
  Author: felixonmars
Revision: 233927

upgpkg: haskell-parsers 0.12.5-1

rebuild with parsers,0.12.5

Modified:
  haskell-parsers/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2017-06-04 03:03:36 UTC (rev 233926)
+++ PKGBUILD    2017-06-04 03:04:58 UTC (rev 233927)
@@ -4,16 +4,16 @@
 
 _hkgname=parsers
 pkgname=haskell-parsers
-pkgver=0.12.4
-pkgrel=18
+pkgver=0.12.5
+pkgrel=1
 pkgdesc="Parsing combinators"
 url="http://github.com/ekmett/parsers/";
 license=("custom:BSD3")
 arch=('i686' 'x86_64')
-depends=("ghc=8.0.1" "haskell-attoparsec" "haskell-base-orphans" 
"haskell-charset"
+depends=("ghc=8.0.1" "haskell-attoparsec" "haskell-base-orphans" 
"haskell-charset" "haskell-mtl"
          "haskell-parsec" "haskell-scientific" "haskell-text" 
"haskell-unordered-containers")
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
-sha256sums=('2781a27d40f0019fc671b483ca47276c826621e1daa42f08846af8e40e94ca1e')
+sha512sums=('adef207e1ca9ab77683e256e6c91fd5ac36332055b0c96b49ea831ef749e255f7cefeddb9ef4f924b6d7245bb7355a87a14057ae7f5e86866e3ef9571381f16a')
 
 build() {
     cd "${srcdir}/${_hkgname}-${pkgver}"

Reply via email to