Date: Saturday, February 19, 2022 @ 22:41:06 Author: felixonmars Revision: 1135060
upgpkg: haskell-snap-core 1.0.4.2-207: rebuild with hashable 1.4.0.0 Modified: haskell-snap-core/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-02-19 21:47:34 UTC (rev 1135059) +++ PKGBUILD 2022-02-19 22:41:06 UTC (rev 1135060) @@ -3,7 +3,7 @@ _hkgname=snap-core pkgname=haskell-snap-core pkgver=1.0.4.2 -pkgrel=206 +pkgrel=207 pkgdesc="A Haskell Web Framework (core interfaces and types)" url="https://github.com/snapframework/snap-core" license=('BSD') @@ -23,7 +23,7 @@ prepare() { cd $_hkgname-$pkgver patch -p1 -i ../snap-core-fix-random-1.2.patch - uusi -d bytestring-builder -u attoparsec $_hkgname.cabal + uusi -d bytestring-builder -u attoparsec -u hashable $_hkgname.cabal } build() {
