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

Felix Yan felixonmars at archlinux.org
Thu Sep 21 06:44:03 UTC 2017


    Date: Thursday, September 21, 2017 @ 06:44:03
  Author: felixonmars
Revision: 258942

upgpkg: haskell-aeson 1.2.2.0-1

rebuild with aeson,1.2.2.0

Modified:
  haskell-aeson/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-09-21 06:43:56 UTC (rev 258941)
+++ PKGBUILD	2017-09-21 06:44:03 UTC (rev 258942)
@@ -5,22 +5,22 @@
 
 pkgname=haskell-aeson
 _hkgname=aeson
-pkgver=1.2.1.0
-pkgrel=3
+pkgver=1.2.2.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")
 arch=('i686' 'x86_64')
 depends=('ghc-libs' 'haskell-attoparsec' 'haskell-base-compat' 'haskell-dlist' 'haskell-hashable'
-         'haskell-scientific' 'haskell-tagged' 'haskell-time-locale-compat'
+         'haskell-scientific' 'haskell-tagged' 'haskell-th-abstraction' 'haskell-time-locale-compat'
          'haskell-unordered-containers' 'haskell-uuid-types' 'haskell-vector')
 makedepends=('ghc')
 source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-${pkgver}.tar.gz")
-sha512sums=('7e60a09e983ad236d3c06c11965b39f132c59ff57a396611b488dcf2399790a4cf829c4288998eb8093f5dfd01a744c45e0e6631a4c209f03142a47b87c42d28')
+sha512sums=('f79010a3c3edab30aaa38b565243c39f8d525c4d58cfedc9eedfffd8d8358931414cdb8fe4cf97e57bdbf44415a635eb3f98ef421ece1e830e7610922a65b475')
 
 build() {
   cd "$srcdir/$_hkgname-$pkgver"
-  runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+  runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \
         --prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
         --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
             -f-developer -f-fast -f-bytestring-builder -f-cffi
@@ -38,7 +38,4 @@
   install -D -m744 unregister.sh "${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
   runhaskell Setup copy --destdir="$pkgdir"
   rm -f "$pkgdir/usr/share/doc/$pkgname/LICENSE"
-
-  # Remove static libs
-  find "$pkgdir"/usr/lib -name "*.a" -delete
 }



More information about the arch-commits mailing list