Date: Tuesday, June 29, 2021 @ 02:48:20 Author: felixonmars Revision: 967821
upgpkg: haskell-pantry 0.5.2.2-6: rebuild with ghc 9.0.1 Modified: haskell-pantry/trunk/PKGBUILD ----------+ PKGBUILD | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-06-29 02:27:26 UTC (rev 967820) +++ PKGBUILD 2021-06-29 02:48:20 UTC (rev 967821) @@ -3,7 +3,7 @@ _hkgname=pantry pkgname=haskell-pantry pkgver=0.5.2.2 -pkgrel=5 +pkgrel=6 pkgdesc="Content addressable Haskell package management" url="https://github.com/commercialhaskell/pantry" license=('BSD') @@ -28,6 +28,7 @@ cd $_hkgname-$pkgver gen-setup uusi -d persistent-template $_hkgname.cabal + sed -i 's/flip SQLite.withStorage_/flip (\\x y -> SQLite.withStorage_ x y)/' src/Pantry/Storage.hs } build() {
