Date: Sunday, February 20, 2022 @ 16:00:30 Author: felixonmars Revision: 1135288
upgpkg: haskell-relude 0.7.0.0-147: rebuild with hashable 1.4.0.0 Modified: haskell-relude/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-02-20 15:14:18 UTC (rev 1135287) +++ PKGBUILD 2022-02-20 16:00:30 UTC (rev 1135288) @@ -4,7 +4,7 @@ _hkgname=relude pkgname=haskell-relude pkgver=0.7.0.0 -pkgrel=146 +pkgrel=147 pkgdesc="Safe, performant, user-friendly and lightweight Haskell Standard Library." url="https://github.com/kowainik/relude" license=('MIT') @@ -17,7 +17,7 @@ prepare(){ cd $_hkgname-$pkgver gen-setup - uusi -u base -u ghc-prim $_hkgname.cabal + uusi -u base -u ghc-prim -u hashable $_hkgname.cabal } build() {
