Felix Yan pushed to branch main at Arch Linux / Packaging / Packages /
haskell-tar
Commits:
aaab59e2 by Felix Yan at 2026-06-17T23:23:06+08:00
upgpkg: 0.6.0.0-1: rebuild with tar 0.6.0.0
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,18 +1,19 @@
pkgbase = haskell-tar
pkgdesc = Reading, writing and manipulating ".tar" archive files.
- pkgver = 0.5.1.1
- pkgrel = 299
+ pkgver = 0.6.0.0
+ pkgrel = 1
url = https://hackage.haskell.org/package/tar
arch = x86_64
- license = BSD
+ license = BSD-3-Clause
makedepends = ghc
makedepends = uusi
- makedepends = haskell-bytestring-handle
makedepends = haskell-quickcheck
+ makedepends = haskell-file-embed
makedepends = haskell-tasty
makedepends = haskell-tasty-quickcheck
+ makedepends = haskell-temporary
depends = ghc-libs
- source =
https://hackage.haskell.org/packages/archive/tar/0.5.1.1/tar-0.5.1.1.tar.gz
- sha512sums =
8d0a8d3ae178570e0842a2321a7fc86a6bba28c471ec27bafbc07fc4ac0e4183f8113c99ebc7126dc71759c33083791122be32563fb0d5a2b2d39cb3b36171f2
+ source =
https://hackage.haskell.org/packages/archive/tar/0.6.0.0/tar-0.6.0.0.tar.gz
+ sha512sums =
95a93b3054eea4bd22727e279d574dbb737677f4ddf9e31bf0a8c752789f6b043a467ef4ad3a247517624778797ff4e2d09852b110e7db6c8eb5989241457654
pkgname = haskell-tar
=====================================
PKGBUILD
=====================================
@@ -3,21 +3,21 @@
_hkgname=tar
pkgname=haskell-tar
-pkgver=0.5.1.1
-pkgrel=299
+pkgver=0.6.0.0
+pkgrel=1
pkgdesc="Reading, writing and manipulating \".tar\" archive files."
url="https://hackage.haskell.org/package/${_hkgname}"
-license=("BSD")
+license=('BSD-3-Clause')
arch=('x86_64')
depends=('ghc-libs')
-makedepends=('ghc' 'uusi' 'haskell-bytestring-handle' 'haskell-quickcheck'
'haskell-tasty'
- 'haskell-tasty-quickcheck')
+makedepends=('ghc' 'uusi' 'haskell-quickcheck' 'haskell-file-embed'
'haskell-tasty'
+ 'haskell-tasty-quickcheck' 'haskell-temporary')
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha512sums=('8d0a8d3ae178570e0842a2321a7fc86a6bba28c471ec27bafbc07fc4ac0e4183f8113c99ebc7126dc71759c33083791122be32563fb0d5a2b2d39cb3b36171f2')
+sha512sums=('95a93b3054eea4bd22727e279d574dbb737677f4ddf9e31bf0a8c752789f6b043a467ef4ad3a247517624778797ff4e2d09852b110e7db6c8eb5989241457654')
prepare() {
cd $_hkgname-$pkgver
- uusi -u base -u bytestring -u tasty -u tasty-quickcheck -u time -d
bytestring-builder $_hkgname.cabal
+ uusi -u tasty-quickcheck
}
build() {
@@ -36,8 +36,7 @@ build() {
check() {
cd $_hkgname-$pkgver
- # TODO: fix bytestring-handle properly and try again
- runhaskell Setup test --show-details=direct || echo "Tests failed"
+ runhaskell Setup test --show-details=direct
}
package() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-tar/-/commit/aaab59e282ee4cf2b382cf5446a33abb3be86655
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-tar/-/commit/aaab59e282ee4cf2b382cf5446a33abb3be86655
You're receiving this email because of your account on gitlab.archlinux.org.
Manage all notifications: https://gitlab.archlinux.org/-/profile/notifications
| Help: https://gitlab.archlinux.org/help