Date: Monday, May 25, 2020 @ 10:16:51 Author: felixonmars Revision: 634110
upgpkg: haskell-hsyaml-aeson 0.2.0.0-36: rebuild with aeson 1.5.0.0 Modified: haskell-hsyaml-aeson/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-05-25 10:14:04 UTC (rev 634109) +++ PKGBUILD 2020-05-25 10:16:51 UTC (rev 634110) @@ -3,7 +3,7 @@ _hkgname=HsYAML-aeson pkgname=haskell-hsyaml-aeson pkgver=0.2.0.0 -pkgrel=35 +pkgrel=36 pkgdesc="JSON to YAML Adapter" url="https://github.com/hvr/hsyaml-aeson" license=('GPL') @@ -16,7 +16,7 @@ prepare() { cd $_hkgname-$pkgver - sed -i 's/< *4.14/<5/' $_hkgname.cabal + sed -i 's/< *4.14/<5/;s/\^>/>/' $_hkgname.cabal echo -e "import Distribution.Simple\nmain = defaultMain" > Setup.hs }
