Date: Sunday, January 20, 2019 @ 21:53:36 Author: felixonmars Revision: 425658
upgpkg: haskell-aeson 1.4.2.0-6 rebuild with QuickCheck 2.12.6.1, servant 0.15, servant-server 0.15, servant-swagger 1.1.7, hspec-discover 2.7.0, hspec-meta 2.6.0, hspec-core 2.7.0, hspec 2.7.0, hspec-contrib 0.5.1 Modified: haskell-aeson/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-01-20 21:36:04 UTC (rev 425657) +++ PKGBUILD 2019-01-20 21:53:36 UTC (rev 425658) @@ -5,7 +5,7 @@ pkgname=haskell-aeson _hkgname=aeson pkgver=1.4.2.0 -pkgrel=5 +pkgrel=6 pkgdesc="A JSON parsing and encoding library optimized for ease of use and high performance." url="https://github.com/bos/aeson" license=("GPL") @@ -23,7 +23,7 @@ prepare() { cd $_hkgname-$pkgver - sed -i 's/< *0.8/<1/' $_hkgname.cabal + sed -i -e 's/< *0.8/<1/' -e 's/< *2.12/<3/' $_hkgname.cabal } build() {
