Date: Friday, April 24, 2020 @ 09:44:18 Author: felixonmars Revision: 619081
upgpkg: haskell-hsyaml-aeson 0.2.0.0-31: rebuild with ghc 8.10.1, protolude 0.3.0, repline 0.3.0.0, ghc-lib-parser-ex 8.10.0.1 Modified: haskell-hsyaml-aeson/trunk/PKGBUILD ----------+ PKGBUILD | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-04-24 09:44:16 UTC (rev 619080) +++ PKGBUILD 2020-04-24 09:44:18 UTC (rev 619081) @@ -3,7 +3,7 @@ _hkgname=HsYAML-aeson pkgname=haskell-hsyaml-aeson pkgver=0.2.0.0 -pkgrel=30 +pkgrel=31 pkgdesc="JSON to YAML Adapter" url="https://github.com/hvr/hsyaml-aeson" license=('GPL') @@ -16,6 +16,7 @@ prepare() { cd $_hkgname-$pkgver + sed -i 's/< *4.14/<5/' $_hkgname.cabal echo -e "import Distribution.Simple\nmain = defaultMain" > Setup.hs }
