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

Felix Yan felixonmars at archlinux.org
Fri Mar 20 06:32:15 UTC 2020


    Date: Friday, March 20, 2020 @ 06:32:15
  Author: felixonmars
Revision: 601412

upgpkg: haskell-aeson 1.4.7.0-1: rebuild with aeson 1.4.7.0

Modified:
  haskell-aeson/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-03-20 05:15:28 UTC (rev 601411)
+++ PKGBUILD	2020-03-20 06:32:15 UTC (rev 601412)
@@ -4,16 +4,16 @@
 
 pkgname=haskell-aeson
 _hkgname=aeson
-pkgver=1.4.6.0
-pkgrel=26
+pkgver=1.4.7.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=('x86_64')
-depends=('ghc-libs' 'haskell-attoparsec' 'haskell-base-compat' 'haskell-dlist' 'haskell-hashable'
-         'haskell-primitive' 'haskell-scientific' 'haskell-tagged' 'haskell-th-abstraction'
-         'haskell-time-compat' 'haskell-unordered-containers' 'haskell-uuid-types'
-         'haskell-vector')
+depends=('ghc-libs' 'haskell-attoparsec' 'haskell-base-compat-batteries' 'haskell-dlist'
+         'haskell-hashable' 'haskell-primitive' 'haskell-scientific' 'haskell-tagged'
+         'haskell-th-abstraction' 'haskell-time-compat' 'haskell-unordered-containers'
+         'haskell-uuid-types' 'haskell-vector')
 makedepends=('ghc' 'haskell-quickcheck' 'haskell-integer-logarithms'
              'haskell-base-orphans' 'haskell-base16-bytestring' 'haskell-diff'
              'haskell-generic-deriving' 'haskell-hashable-time' 'haskell-tasty'
@@ -20,19 +20,14 @@
              'haskell-tasty-golden' 'haskell-tasty-hunit' 'haskell-tasty-quickcheck'
              'haskell-quickcheck-instances')
 source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-${pkgver}.tar.gz")
-sha512sums=('b6fecd4cb75d0c296a1b4583c32cc57e6eb70248999bf16b83ecbb80b03b0656b7cfb410a2b1ae0005e2a4b6202c7aa227c6165d660fefbd270fd4ade8bd8ca6')
+sha512sums=('94773fff1ba9750eeb29bf72dc7801567626a0b578ad1e5cb579f1a69fa7e7b7ae970a395ccd8a688fe7676efffaeb388450f64e3d90e1df3090bfc557c36490')
 
-prepare() {
-  cd $_hkgname-$pkgver
-  sed -i 's/< *1.13/<2/' $_hkgname.cabal
-}
-
 build() {
   cd $_hkgname-$pkgver
   runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \
         --prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
         --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
-            -f-developer -f-fast -f-bytestring-builder -f-cffi
+            -f-developer -f-fast -f-cffi
   runhaskell Setup build
   runhaskell Setup register --gen-script
   runhaskell Setup unregister --gen-script



More information about the arch-commits mailing list