Felix Yan pushed to branch main at Arch Linux / Packaging / Packages /
haskell-base64
Commits:
fa80569c by Felix Yan at 2025-04-03T21:00:31+08:00
upgpkg: 0.4.2.4-90: rebuild with cabal-fmt 0.1.6, cabal-install 3.8.1.0,
cabal-install-parsers 0.6, cabal-install-solver 3.8.1.0, fourmolu 0.10.0.0, ghc
9.4.8, ghc-lib-parser 9.4.8.20231111, ghc-lib-parser-ex 9.4.0.0, haskell-ci
0.16, hjsmin 0.2.1, hlint 3.5, hoauth2 2.8.0, ormolu 0.5.1.0, rope-utf16-splay
0.4.0.0, stylish-haskell 0.14.4.0, vty-crossplatform 0.4.0.0
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,11 +1,12 @@
pkgbase = haskell-base64
pkgdesc = A modern RFC 4648-compliant Base64 library
pkgver = 0.4.2.4
- pkgrel = 89
+ pkgrel = 90
url = https://github.com/emilypi/base64
arch = x86_64
license = BSD
makedepends = ghc
+ makedepends = uusi
makedepends = haskell-quickcheck
makedepends = haskell-base64-bytestring
makedepends = haskell-random-bytestring
=====================================
PKGBUILD
=====================================
@@ -3,18 +3,23 @@
_hkgname=base64
pkgname=haskell-base64
pkgver=0.4.2.4
-pkgrel=89
+pkgrel=90
pkgdesc="A modern RFC 4648-compliant Base64 library"
url="https://github.com/emilypi/base64"
license=("BSD")
arch=('x86_64')
depends=('ghc-libs' 'haskell-text-short')
-makedepends=('ghc' 'haskell-quickcheck' 'haskell-base64-bytestring'
+makedepends=('ghc' 'uusi' 'haskell-quickcheck' 'haskell-base64-bytestring'
'haskell-random-bytestring' 'haskell-tasty' 'haskell-tasty-hunit'
'haskell-tasty-quickcheck')
source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz")
sha256sums=('640a2d0afcb07e1de2e0a13a5e942b0265781c5942bd642a8793e7b019be3585')
+prepare() {
+ cd $_hkgname-$pkgver
+ uusi -u base -u text
+}
+
build() {
cd $_hkgname-$pkgver
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-base64/-/commit/fa80569c99a2ceb94a6bcaa1204f23868eb7f953
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-base64/-/commit/fa80569c99a2ceb94a6bcaa1204f23868eb7f953
You're receiving this email because of your account on gitlab.archlinux.org.