[arch-commits] Commit in haskell-aeson/trunk (PKGBUILD)
Felix Yan
fyan at archlinux.org
Wed Mar 2 04:44:14 UTC 2016
Date: Wednesday, March 2, 2016 @ 05:44:13
Author: fyan
Revision: 164040
upgpkg: haskell-aeson 0.11.1.0-1
Modified:
haskell-aeson/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2016-03-02 04:36:50 UTC (rev 164039)
+++ PKGBUILD 2016-03-02 04:44:13 UTC (rev 164040)
@@ -5,7 +5,7 @@
pkgname=haskell-aeson
_hkgname=aeson
-pkgver=0.11.0.0
+pkgver=0.11.1.0
pkgrel=1
pkgdesc="A JSON parsing and encoding library optimized for ease of use and high performance."
url="https://github.com/bos/aeson"
@@ -13,11 +13,11 @@
arch=('i686' 'x86_64')
makedepends=('ghc')
depends=("ghc=7.10.3" 'haskell-attoparsec' 'haskell-fail' 'haskell-semigroups' 'haskell-unordered-containers'
- 'haskell-mtl' 'haskell-syb' 'haskell-vector' 'haskell-dlist')
+ 'haskell-mtl' 'haskell-syb' 'haskell-tagged' 'haskell-vector' 'haskell-dlist')
source=("http://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-${pkgver}.tar.gz")
options=('staticlibs')
install=$pkgname.install
-md5sums=('c531b2ed2bfd6637ea5f0c213c5170a4')
+md5sums=('e9b168e54ad5814447cf2674f42dbe97')
build() {
cd "$srcdir/$_hkgname-$pkgver"
More information about the arch-commits
mailing list