Felix Yan pushed to branch main at Arch Linux / Packaging / Packages /
haskell-bytes
Commits:
92d434f9 by Felix Yan at 2026-01-21T03:26:43+08:00
upgpkg: 0.17.5-1: rebuild with bytes 0.17.5
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,10 +1,10 @@
pkgbase = haskell-bytes
pkgdesc = Sharing code for serialization between binary and cereal
- pkgver = 0.17.4
- pkgrel = 120
+ pkgver = 0.17.5
+ pkgrel = 1
url = https://github.com/ekmett/bytes
arch = x86_64
- license = BSD
+ license = BSD-3-Clause
makedepends = ghc
depends = ghc-libs
depends = haskell-binary-orphans
@@ -13,8 +13,7 @@ pkgbase = haskell-bytes
depends = haskell-scientific
depends = haskell-transformers-compat
depends = haskell-unordered-containers
- depends = haskell-void
- source =
https://hackage.haskell.org/packages/archive/bytes/0.17.4/bytes-0.17.4.tar.gz
- sha256sums =
8ca99a2449ae1233440930c8393eda065108a8725025bf079c61c6f3a4e5a393
+ source =
https://hackage.haskell.org/packages/archive/bytes/0.17.5/bytes-0.17.5.tar.gz
+ sha256sums =
100b305003b9f02d0218d4d43aece08cd34c875475482ce5907fd62d6346b548
pkgname = haskell-bytes
=====================================
PKGBUILD
=====================================
@@ -2,18 +2,17 @@
_hkgname=bytes
pkgname=haskell-bytes
-pkgver=0.17.4
-pkgrel=120
+pkgver=0.17.5
+pkgrel=1
pkgdesc="Sharing code for serialization between binary and cereal"
url="https://github.com/ekmett/bytes"
-license=("BSD")
+license=('BSD-3-Clause')
arch=('x86_64')
depends=('ghc-libs' 'haskell-binary-orphans' 'haskell-cereal'
'haskell-hashable'
- 'haskell-scientific' 'haskell-transformers-compat'
'haskell-unordered-containers'
- 'haskell-void')
+ 'haskell-scientific' 'haskell-transformers-compat'
'haskell-unordered-containers')
makedepends=('ghc')
source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz")
-sha256sums=('8ca99a2449ae1233440930c8393eda065108a8725025bf079c61c6f3a4e5a393')
+sha256sums=('100b305003b9f02d0218d4d43aece08cd34c875475482ce5907fd62d6346b548')
build() {
cd $_hkgname-$pkgver
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-bytes/-/commit/92d434f95d67ebae3169d4c251ebbf0e79a124d6
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-bytes/-/commit/92d434f95d67ebae3169d4c251ebbf0e79a124d6
You're receiving this email because of your account on gitlab.archlinux.org.