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

Felix Yan felixonmars at archlinux.org
Mon Aug 14 04:53:42 UTC 2017


    Date: Monday, August 14, 2017 @ 04:53:41
  Author: felixonmars
Revision: 250137

upgpkg: haskell-aeson 1.2.1.0-1

rebuild with aeson,1.2.1.0

Modified:
  haskell-aeson/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-08-14 04:45:04 UTC (rev 250136)
+++ PKGBUILD	2017-08-14 04:53:41 UTC (rev 250137)
@@ -5,8 +5,8 @@
 
 pkgname=haskell-aeson
 _hkgname=aeson
-pkgver=1.1.2.0
-pkgrel=12
+pkgver=1.2.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"
 license=("GPL")
@@ -15,7 +15,7 @@
          'haskell-scientific' 'haskell-tagged' 'haskell-time-locale-compat'
          'haskell-unordered-containers' 'haskell-uuid-types' 'haskell-vector')
 source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-${pkgver}.tar.gz")
-sha512sums=('643462221fe1c1e324ffa65c2865619b6ba4721104283d5de965225b3b821ac4493d4783a30b51a417883e3ef3aa59d019d594658cf4656c3e4918fbc0b12b44')
+sha512sums=('7e60a09e983ad236d3c06c11965b39f132c59ff57a396611b488dcf2399790a4cf829c4288998eb8093f5dfd01a744c45e0e6631a4c209f03142a47b87c42d28')
 
 build() {
   cd "$srcdir/$_hkgname-$pkgver"
@@ -22,7 +22,7 @@
   runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
         --prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
         --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
-            -f-developer -f-fast -f-bytestring-builder -fcffi
+            -f-developer -f-fast -f-bytestring-builder -f-cffi
   runhaskell Setup build
   runhaskell Setup haddock
   runhaskell Setup register --gen-script



More information about the arch-commits mailing list