Felix Yan pushed to branch main at Arch Linux / Packaging / Packages /
haskell-cborg-json
Commits:
6ce7e8c4 by Felix Yan at 2025-05-05T01:50:50+08:00
upgpkg: 0.2.6.0-1: rebuild with cborg-json 0.2.6.0
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,20 +1,23 @@
pkgbase = haskell-cborg-json
pkgdesc = A library for encoding JSON as CBOR
- pkgver = 0.2.5.0
- pkgrel = 135
+ pkgver = 0.2.6.0
+ pkgrel = 1
url = https://github.com/well-typed/cborg-json
arch = x86_64
license = BSD
makedepends = ghc
- makedepends = uusi
+ makedepends = haskell-base16-bytestring
+ makedepends = haskell-tasty
+ makedepends = haskell-tasty-hunit
depends = ghc-libs
depends = haskell-aeson
depends = haskell-aeson-pretty
+ depends = haskell-base64-bytestring
depends = haskell-cborg
depends = haskell-scientific
depends = haskell-unordered-containers
depends = haskell-vector
- source =
https://hackage.haskell.org/packages/archive/cborg-json/0.2.5.0/cborg-json-0.2.5.0.tar.gz
- sha512sums =
0f2ff692915a882e6531cdbfa9a41038ed1189fbd3e428676511998a668e6a700ebe7142c30de4a9ab8dc7738002517a0fa7d9af7a4a34a6389eee9ce912c3be
+ source =
https://hackage.haskell.org/packages/archive/cborg-json/0.2.6.0/cborg-json-0.2.6.0.tar.gz
+ sha512sums =
d8503ecd3113e33a9d4829dfe5f9c1a1ae38172bbb84e46c3b6cef020b8cc033ff45f4821f24aaf75e60e017ccc108ae32b4a488a07d40c1f571b3537b81579a
pkgname = haskell-cborg-json
=====================================
PKGBUILD
=====================================
@@ -2,22 +2,17 @@
_hkgname=cborg-json
pkgname=haskell-cborg-json
-pkgver=0.2.5.0
-pkgrel=135
+pkgver=0.2.6.0
+pkgrel=1
pkgdesc="A library for encoding JSON as CBOR"
url="https://github.com/well-typed/cborg-json"
license=('BSD')
arch=('x86_64')
-depends=('ghc-libs' 'haskell-aeson' 'haskell-aeson-pretty' 'haskell-cborg'
'haskell-scientific'
- 'haskell-unordered-containers' 'haskell-vector')
-makedepends=('ghc' 'uusi')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-aeson-pretty'
'haskell-base64-bytestring' 'haskell-cborg'
+ 'haskell-scientific' 'haskell-unordered-containers' 'haskell-vector')
+makedepends=('ghc' 'haskell-base16-bytestring' 'haskell-tasty'
'haskell-tasty-hunit')
source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
-sha512sums=('0f2ff692915a882e6531cdbfa9a41038ed1189fbd3e428676511998a668e6a700ebe7142c30de4a9ab8dc7738002517a0fa7d9af7a4a34a6389eee9ce912c3be')
-
-prepare() {
- cd $_hkgname-$pkgver
- uusi -u vector $_hkgname.cabal
-}
+sha512sums=('d8503ecd3113e33a9d4829dfe5f9c1a1ae38172bbb84e46c3b6cef020b8cc033ff45f4821f24aaf75e60e017ccc108ae32b4a488a07d40c1f571b3537b81579a')
build() {
cd $_hkgname-$pkgver
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-cborg-json/-/commit/6ce7e8c402e7687a2b65c8607b601b02735ae10b
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-cborg-json/-/commit/6ce7e8c402e7687a2b65c8607b601b02735ae10b
You're receiving this email because of your account on gitlab.archlinux.org.