Felix Yan pushed to branch main at Arch Linux / Packaging / Packages /
haskell-attoparsec
Commits:
311856ad by Felix Yan at 2025-04-03T20:51:27+08:00
upgpkg: 0.14.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-attoparsec
pkgdesc = Fast combinator parsing for bytestrings and text
pkgver = 0.14.4
- pkgrel = 89
+ pkgrel = 90
url = https://github.com/bos/attoparsec
arch = x86_64
license = BSD
makedepends = ghc
+ makedepends = uusi
makedepends = haskell-quickcheck
makedepends = haskell-quickcheck-unicode
makedepends = haskell-tasty
=====================================
PKGBUILD
=====================================
@@ -4,17 +4,22 @@
_hkgname=attoparsec
pkgname=haskell-attoparsec
pkgver=0.14.4
-pkgrel=89
+pkgrel=90
pkgdesc="Fast combinator parsing for bytestrings and text"
url="https://github.com/bos/attoparsec"
license=("BSD")
arch=('x86_64')
depends=('ghc-libs' 'haskell-scientific')
-makedepends=('ghc' 'haskell-quickcheck' 'haskell-quickcheck-unicode'
'haskell-tasty'
+makedepends=('ghc' 'uusi' 'haskell-quickcheck' 'haskell-quickcheck-unicode'
'haskell-tasty'
'haskell-tasty-quickcheck' 'haskell-vector')
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
sha512sums=('48aa7743b24def2db7041e3e0189d9844194c42b5d216ff5060806a80eb550200ddcb11e9321a910ac4881ffdd7381d80a4b88a73acfb29209c650eababb925b')
+prepare() {
+ cd $_hkgname-$pkgver
+ uusi -u ghc-prim $_hkgname.cabal
+}
+
build() {
cd $_hkgname-$pkgver
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-attoparsec/-/commit/311856ad7d7a6eec1bf0221a82dc848a14f63752
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-attoparsec/-/commit/311856ad7d7a6eec1bf0221a82dc848a14f63752
You're receiving this email because of your account on gitlab.archlinux.org.