Date: Saturday, February 19, 2022 @ 23:35:01 Author: felixonmars Revision: 1135128
upgpkg: haskell-these 1.1.1.1-124: rebuild with hashable 1.4.0.0 Modified: haskell-these/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-02-19 23:08:46 UTC (rev 1135127) +++ PKGBUILD 2022-02-19 23:35:01 UTC (rev 1135128) @@ -3,7 +3,7 @@ _hkgname=these pkgname=haskell-these pkgver=1.1.1.1 -pkgrel=123 +pkgrel=124 pkgdesc="An either-or-both data type" url="https://github.com/isomorphism/these" license=('BSD') @@ -16,7 +16,7 @@ prepare() { cd $_hkgname-$pkgver gen-setup - uusi -u base $_hkgname.cabal + uusi -u base -u hashable $_hkgname.cabal } build() {
