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

Felix Yan felixonmars at archlinux.org
Mon May 25 09:30:39 UTC 2020


    Date: Monday, May 25, 2020 @ 09:30:39
  Author: felixonmars
Revision: 634070

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

Modified:
  haskell-aeson/trunk/PKGBUILD

----------+
 PKGBUILD |   19 +++++++------------
 1 file changed, 7 insertions(+), 12 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-05-25 09:30:27 UTC (rev 634069)
+++ PKGBUILD	2020-05-25 09:30:39 UTC (rev 634070)
@@ -4,16 +4,16 @@
 
 pkgname=haskell-aeson
 _hkgname=aeson
-pkgver=1.4.7.1
-pkgrel=11
+pkgver=1.5.0.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-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')
+depends=('ghc-libs' 'haskell-assoc' '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,13 +20,8 @@
              '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=('236ed1b2cc4b39d49277cea5b787b6107c7efbe1c0d73de2005d400746bacf44c6b8ef5d26619395e24844f8948115685963ec7d03a998d0b728ab992e32e705')
+sha512sums=('adfde74a412a18ffdf5a8cbc05476741e7295efb955e34d26ce662bd71d63b7bf6cf7f10021377179eaa9b32a35d1f854bbd8a84a5c6f89e103910939059ba46')
 
-prepare() {
-    cd $_hkgname-$pkgver
-    sed -i 's/< *2.14/<3/' $_hkgname.cabal
-}
-
 build() {
   cd $_hkgname-$pkgver
   runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \



More information about the arch-commits mailing list