Felix Yan pushed to branch main at Arch Linux / Packaging / Packages /
haskell-pipes-safe
Commits:
ad0ccc10 by Felix Yan at 2025-08-05T14:34:24+08:00
upgpkg: 2.3.5-6: rebuild with primitive 0.9.0.0
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,11 +1,12 @@
pkgbase = haskell-pipes-safe
pkgdesc = Safety for the pipes ecosystem
pkgver = 2.3.5
- pkgrel = 5
+ pkgrel = 6
url = https://github.com/Gabriella439/Haskell-Pipes-Safe-Library
arch = x86_64
license = BSD-3-Clause
makedepends = ghc
+ makedepends = uusi
depends = ghc-libs
depends = haskell-monad-control
depends = haskell-pipes
=====================================
PKGBUILD
=====================================
@@ -3,16 +3,21 @@
_hkgname=pipes-safe
pkgname=haskell-pipes-safe
pkgver=2.3.5
-pkgrel=5
+pkgrel=6
pkgdesc="Safety for the pipes ecosystem"
url="https://github.com/Gabriella439/Haskell-Pipes-Safe-Library"
license=('BSD-3-Clause')
arch=('x86_64')
depends=('ghc-libs' 'haskell-monad-control' 'haskell-pipes'
'haskell-primitive' 'haskell-transformers-base')
-makedepends=('ghc')
+makedepends=('ghc' 'uusi')
source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz")
sha256sums=('f0b2d191a8a86edd5efeadd2a3af785a0b889222720f27b2fbe69d54fc53d78e')
+prepare() {
+ cd $_hkgname-$pkgver
+ uusi -u primitive
+}
+
build() {
cd $_hkgname-$pkgver
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-pipes-safe/-/commit/ad0ccc1033dd17820b6d5882dea24836bb5ba99d
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-pipes-safe/-/commit/ad0ccc1033dd17820b6d5882dea24836bb5ba99d
You're receiving this email because of your account on gitlab.archlinux.org.