Date: Monday, July 11, 2022 @ 22:18:17 Author: felixonmars Revision: 1249743
upgpkg: haskell-list-t 1.0.5.2-1: rebuild with list-t 1.0.5.2 Modified: haskell-list-t/trunk/PKGBUILD ----------+ PKGBUILD | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-07-11 22:16:17 UTC (rev 1249742) +++ PKGBUILD 2022-07-11 22:18:17 UTC (rev 1249743) @@ -2,8 +2,8 @@ _hkgname=list-t pkgname=haskell-list-t -pkgver=1.0.5.1 -pkgrel=26 +pkgver=1.0.5.2 +pkgrel=1 pkgdesc="ListT done right" url="https://github.com/nikita-volkov/list-t" license=("MIT") @@ -12,11 +12,12 @@ 'haskell-transformers-base') makedepends=('ghc' 'uusi' 'haskell-htf' 'haskell-base-prelude' 'haskell-mtl-prelude') source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz") -sha256sums=('9e6fb5c5484aa283c79d85b5f925b18118d572cb05f2afa7e35c83587ec7ec2a') +sha256sums=('9cbf2f0391c86ba1885c601a6d08de8efd957727ec27ece58436ceec5e8ce810') prepare() { cd $_hkgname-$pkgver uusi -d semigroups -u HTF $_hkgname.cabal + gen-setup } build() {
