Felix Yan pushed to branch main at Arch Linux / Packaging / Packages /
haskell-test-framework
Commits:
08c3f642 by Felix Yan at 2025-02-08T14:25:37+08:00
upgpkg: 0.8.2.0-734: rebuild with ansi-terminal 1.0, chell 0.5.0.2
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,11 +1,12 @@
pkgbase = haskell-test-framework
pkgdesc = Framework for running and organising tests, with HUnit and
QuickCheck support
pkgver = 0.8.2.0
- pkgrel = 733
+ pkgrel = 734
url = https://batterseapower.github.io/test-framework/
arch = x86_64
license = BSD
makedepends = ghc
+ makedepends = uusi
makedepends = haskell-hunit
makedepends = haskell-quickcheck
makedepends = haskell-libxml
=====================================
PKGBUILD
=====================================
@@ -4,20 +4,20 @@
_hkgname=test-framework
pkgname=haskell-test-framework
pkgver=0.8.2.0
-pkgrel=733
+pkgrel=734
pkgdesc="Framework for running and organising tests, with HUnit and QuickCheck
support"
url="https://batterseapower.github.io/test-framework/"
license=("BSD")
arch=('x86_64')
depends=('ghc-libs' 'haskell-ansi-terminal' 'haskell-ansi-wl-pprint'
'haskell-hostname'
'haskell-old-locale' 'haskell-random' 'haskell-regex-posix'
'haskell-xml')
-makedepends=('ghc' 'haskell-hunit' 'haskell-quickcheck' 'haskell-libxml')
+makedepends=('ghc' 'uusi' 'haskell-hunit' 'haskell-quickcheck'
'haskell-libxml')
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
sha512sums=('d8e7ea274819a1b49b9f938df527d22c808f456d25b84f03173ed57dddd39c230fb037a57ce90c38f571801ee38e86bed6826df1c93f184e4a803c72ce5f41e4')
prepare() {
cd $_hkgname-$pkgver
- sed -i -e '/semigroups/d' -e 's/< *0.6/<1/;s/< *0.9/<1/;s/< *1.9/<2/;s/<
*1.2/<2/' $_hkgname.cabal
+ uusi -d semigroups -u ansi-terminal -u containers -u random -u regex-posix
-u time
}
build() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-test-framework/-/commit/08c3f6427225aab3f80b2e386c8f9b1d18e9382d
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-test-framework/-/commit/08c3f6427225aab3f80b2e386c8f9b1d18e9382d
You're receiving this email because of your account on gitlab.archlinux.org.