Date: Monday, February 7, 2022 @ 23:02:38 Author: felixonmars Revision: 1128865
upgpkg: haskell-http-api-data 0.4.3-98: rebuild with base-compat 0.12.0, base-compat-batteries 0.12.0 Modified: haskell-http-api-data/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-02-07 23:01:08 UTC (rev 1128864) +++ PKGBUILD 2022-02-07 23:02:38 UTC (rev 1128865) @@ -4,7 +4,7 @@ _hkgname=http-api-data pkgname=haskell-http-api-data pkgver=0.4.3 -pkgrel=97 +pkgrel=98 pkgdesc="Converting to/from HTTP API data like URL pieces, headers and query parameters." url="https://github.com/fizruk/http-api-data" license=("BSD") @@ -19,7 +19,7 @@ prepare() { cd $_hkgname-$pkgver - uusi -u attoparsec -u base -u hspec $_hkgname.cabal + uusi -u attoparsec -u base -u base-compat -u hspec $_hkgname.cabal } build() {
