Date: Tuesday, March 22, 2022 @ 01:07:24 Author: felixonmars Revision: 1169594
upgpkg: haskell-validation-selective 0.1.0.1-79: rebuild with hedgehog 1.1 Modified: haskell-validation-selective/trunk/PKGBUILD ----------+ PKGBUILD | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-03-22 01:06:54 UTC (rev 1169593) +++ PKGBUILD 2022-03-22 01:07:24 UTC (rev 1169594) @@ -4,13 +4,14 @@ _hkgname=validation-selective pkgname=haskell-validation-selective pkgver=0.1.0.1 -pkgrel=78 +pkgrel=79 pkgdesc="Lighweight pure data validation based on Applicative and Selective functors." url="https://github.com/kowainik/validation-selective" license=('MPL2') arch=('x86_64') depends=('ghc-libs' 'haskell-selective') -makedepends=('ghc' 'uusi' 'haskell-doctest' 'haskell-hedgehog' 'haskell-hspec' 'haskell-hspec-hedgehog') +makedepends=('ghc' 'uusi' 'haskell-doctest' 'haskell-hedgehog' 'haskell-hspec' + 'haskell-hspec-hedgehog') source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz") sha512sums=('7794b16331a6fcf01393ae2c993979488a273c83adeae8349585abea8221003063f562bcefd1da65ec3fc50a29dc5f52dd7577c3ae24962a024b4c8d068d5842') @@ -17,7 +18,7 @@ prepare(){ cd $_hkgname-$pkgver gen-setup - uusi -u doctest -u hspec -u selective $_hkgname.cabal + uusi -u doctest -u hedgehog -u hspec -u selective $_hkgname.cabal } build() {
