Felix Yan pushed to branch main at Arch Linux / Packaging / Packages /
haskell-uuid-types
Commits:
5f279553 by Felix Yan at 2025-09-07T17:07:59+00:00
upgpkg: 1.0.6-125: rebuild with QuickCheck 2.15.0.1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = haskell-uuid-types
pkgdesc = Type definitions for Universally Unique Identifiers
pkgver = 1.0.6
- pkgrel = 124
+ pkgrel = 125
url = https://github.com/aslatter/uuid
arch = x86_64
license = BSD-3-Clause
@@ -10,6 +10,7 @@ pkgbase = haskell-uuid-types
checkdepends = haskell-tasty-hunit
checkdepends = haskell-tasty-quickcheck
makedepends = ghc
+ makedepends = uusi
depends = ghc-libs
depends = haskell-hashable
depends = haskell-random
=====================================
PKGBUILD
=====================================
@@ -4,18 +4,23 @@
_hkgname=uuid-types
pkgname=haskell-uuid-types
pkgver=1.0.6
-pkgrel=124
+pkgrel=125
pkgdesc="Type definitions for Universally Unique Identifiers"
url="https://github.com/aslatter/uuid"
license=('BSD-3-Clause')
arch=('x86_64')
depends=('ghc-libs' 'haskell-hashable' 'haskell-random')
-makedepends=('ghc')
+makedepends=('ghc' 'uusi')
checkdepends=('haskell-quickcheck' 'haskell-tasty' 'haskell-tasty-hunit'
'haskell-tasty-quickcheck')
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
sha512sums=('9d5cd688cee15f8210aeaceb8884144bbd679e9556ca43e4c61a9ce4115809dbc30aaace013daa8f1bc6774a07e70e9d478c4f7c5599724ac5ee1ae0cae013da')
+prepare() {
+ cd $_hkgname-$pkgver
+ uusi -u QuickCheck
+}
+
build() {
cd $_hkgname-$pkgver
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-uuid-types/-/commit/5f279553d41f3bb9f609992f4a331034b1c0931f
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-uuid-types/-/commit/5f279553d41f3bb9f609992f4a331034b1c0931f
You're receiving this email because of your account on gitlab.archlinux.org.