Felix Yan pushed to branch main at Arch Linux / Packaging / Packages /
haskell-hspec-expectations
Commits:
50c0a15c by Felix Yan at 2025-10-10T05:30:06+08:00
upgpkg: 0.8.4-1: rebuild with hspec 2.11.4, hspec-api 2.11.4, hspec-core
2.11.4, hspec-discover 2.11.4, hspec-expectations 0.8.4, hspec-meta 2.11.4
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = haskell-hspec-expectations
pkgdesc = Catchy combinators for HUnit
- pkgver = 0.8.3
- pkgrel = 227
+ pkgver = 0.8.4
+ pkgrel = 1
url = https://github.com/sol/hspec-expectations
arch = x86_64
license = MIT
@@ -9,7 +9,7 @@ pkgbase = haskell-hspec-expectations
depends = ghc-libs
depends = haskell-call-stack
depends = haskell-hunit
- source =
https://hackage.haskell.org/packages/archive/hspec-expectations/0.8.3/hspec-expectations-0.8.3.tar.gz
- sha512sums =
d2e0c8b37560d7c1e1aba673dd9125bfdd97d435550b4d9dbadc2ffb8ec2b1abaa520b3a1ffc01fa0398118f59190db8c32d10129b5626c0eb838205bf04af60
+ source =
https://hackage.haskell.org/packages/archive/hspec-expectations/0.8.4/hspec-expectations-0.8.4.tar.gz
+ sha512sums =
89addb453636d805564137eb92f51847e0e46efb8ce81057d2d4344d2cba1b03606a0faf7e019976da1f1d9187dc613b35066cc7d33a7ad72e9658cf4a68f0bd
pkgname = haskell-hspec-expectations
=====================================
PKGBUILD
=====================================
@@ -2,8 +2,8 @@
_hkgname=hspec-expectations
pkgname=haskell-hspec-expectations
-pkgver=0.8.3
-pkgrel=227
+pkgver=0.8.4
+pkgrel=1
pkgdesc="Catchy combinators for HUnit"
url="https://github.com/sol/hspec-expectations"
license=('MIT')
@@ -11,7 +11,7 @@ arch=('x86_64')
depends=('ghc-libs' 'haskell-call-stack' 'haskell-hunit')
makedepends=('ghc')
source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
-sha512sums=('d2e0c8b37560d7c1e1aba673dd9125bfdd97d435550b4d9dbadc2ffb8ec2b1abaa520b3a1ffc01fa0398118f59190db8c32d10129b5626c0eb838205bf04af60')
+sha512sums=('89addb453636d805564137eb92f51847e0e46efb8ce81057d2d4344d2cba1b03606a0faf7e019976da1f1d9187dc613b35066cc7d33a7ad72e9658cf4a68f0bd')
build() {
cd $_hkgname-$pkgver
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-hspec-expectations/-/commit/50c0a15c3b49f4d1851193dfedc1cfd6fc55b62b
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-hspec-expectations/-/commit/50c0a15c3b49f4d1851193dfedc1cfd6fc55b62b
You're receiving this email because of your account on gitlab.archlinux.org.