Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / haskell-hspec-core
Commits: 50d842c0 by Felix Yan at 2023-08-30T10:41:06+03:00 upgpkg: 2.10.9-21: rebuild with hspec-expectations 0.8.3 (rebuild pass 1, specified --nocheck) - - - - - 1 changed file: - PKGBUILD Changes: ===================================== PKGBUILD ===================================== @@ -3,7 +3,7 @@ _hkgname=hspec-core pkgname=haskell-hspec-core pkgver=2.10.9 -pkgrel=20 +pkgrel=21 pkgdesc="A Testing Framework for Haskell" url="https://hspec.github.io/" license=('MIT') @@ -11,11 +11,16 @@ arch=('x86_64') depends=('ghc-libs' 'haskell-ansi-terminal' 'haskell-call-stack' 'haskell-hspec-expectations' 'haskell-hunit' 'haskell-lexer' 'haskell-quickcheck' 'haskell-quickcheck-io' 'haskell-random' 'haskell-setenv' 'haskell-tf-random') -makedepends=('ghc') +makedepends=('ghc' 'uusi') checkdepends=('haskell-base-orphans' 'haskell-hspec-meta' 'haskell-silently' 'haskell-temporary') source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz) sha512sums=('03dc6e85c4d29afbba35e34e47090532ca650781eb2a9557bd53e37dcd6d7e30ff74611174cf2d4dc1a65ee4d1ee81904353b9b747c3b4853f3fecc8c14707e0') +prepare() { + cd $_hkgname-$pkgver + uusi -u hspec-expectations $_hkgname.cabal +} + build() { cd $_hkgname-$pkgver View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-hspec-core/-/commit/50d842c09d6b54fc2d1100ad2d985eee491e6589 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-hspec-core/-/commit/50d842c09d6b54fc2d1100ad2d985eee491e6589 You're receiving this email because of your account on gitlab.archlinux.org.
