Date: Thursday, July 7, 2022 @ 14:10:40 Author: felixonmars Revision: 1248105
upgpkg: haskell-http-api-data 0.4.3-137: rebuild with attoparsec-iso8601 1.1.0.0 Modified: haskell-http-api-data/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-07-07 14:10:30 UTC (rev 1248104) +++ PKGBUILD 2022-07-07 14:10:40 UTC (rev 1248105) @@ -4,7 +4,7 @@ _hkgname=http-api-data pkgname=haskell-http-api-data pkgver=0.4.3 -pkgrel=136 +pkgrel=137 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 base-compat -u hashable -u hspec $_hkgname.cabal + uusi -u attoparsec -u attoparsec-iso8601 -u base -u base-compat -u hashable -u hspec $_hkgname.cabal } build() {
