Date: Tuesday, October 4, 2022 @ 20:46:58 Author: felixonmars Revision: 1321311
upgpkg: haskell-witch 1.0.1.0-1: rebuild with witch 1.0.1.0 Modified: haskell-witch/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-10-04 20:45:17 UTC (rev 1321310) +++ PKGBUILD 2022-10-04 20:46:58 UTC (rev 1321311) @@ -2,16 +2,16 @@ _hkgname=witch pkgname=haskell-witch -pkgver=1.0.0.4 -pkgrel=5 +pkgver=1.0.1.0 +pkgrel=1 pkgdesc="Convert values from one type into another" url="https://github.com/tfausak/witch" license=("MIT") arch=('x86_64') -depends=('ghc-libs') +depends=('ghc-libs' 'haskell-tagged') makedepends=('ghc' 'uusi' 'haskell-hunit') source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz") -sha256sums=('70f38b0db844c1a865cfaec25b141296205de5e80ec97357979240d59163ef85') +sha256sums=('f0b28528fe1c3366b921588f5bfccc5acb8cd91fa332d06915a7274bc339d3cf') prepare() { cd $_hkgname-$pkgver
