Felix Yan pushed to branch main at Arch Linux / Packaging / Packages /
haskell-repline
Commits:
e989d637 by Felix Yan at 2025-06-22T19:03:39+00:00
upgpkg: 0.4.3.0-1: rebuild with repline 0.4.3.0
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,13 +1,13 @@
pkgbase = haskell-repline
pkgdesc = Haskeline wrapper for GHCi-like REPL interfaces
- pkgver = 0.4.2.0
- pkgrel = 3
+ pkgver = 0.4.3.0
+ pkgrel = 1
url = https://github.com/sdiehl/repline
arch = x86_64
license = MIT
makedepends = ghc
depends = ghc-libs
- source =
https://hackage.haskell.org/packages/archive/repline/0.4.2.0/repline-0.4.2.0.tar.gz
- sha512sums =
058792cdc7b8efdd332188d2be02af8b29507bc60012dafc64c090921e88a86b00ac3683142a0862f8d890b2536f5232dc1d7103cbcce256fa21e5ca4377b74b
+ source =
https://hackage.haskell.org/packages/archive/repline/0.4.3.0/repline-0.4.3.0.tar.gz
+ sha512sums =
925e19f463812aff71e4247d2150b8852e59422b789901694504b7760e11446be30420220c1a30f114d9ed944f8fdf164a03b146a2065586a7add8307807ae69
pkgname = haskell-repline
=====================================
PKGBUILD
=====================================
@@ -2,8 +2,8 @@
_hkgname=repline
pkgname=haskell-repline
-pkgver=0.4.2.0
-pkgrel=3
+pkgver=0.4.3.0
+pkgrel=1
pkgdesc="Haskeline wrapper for GHCi-like REPL interfaces"
url="https://github.com/sdiehl/repline"
license=('MIT')
@@ -11,7 +11,7 @@ arch=('x86_64')
depends=('ghc-libs')
makedepends=('ghc')
source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
-sha512sums=('058792cdc7b8efdd332188d2be02af8b29507bc60012dafc64c090921e88a86b00ac3683142a0862f8d890b2536f5232dc1d7103cbcce256fa21e5ca4377b74b')
+sha512sums=('925e19f463812aff71e4247d2150b8852e59422b789901694504b7760e11446be30420220c1a30f114d9ed944f8fdf164a03b146a2065586a7add8307807ae69')
build() {
cd $_hkgname-$pkgver
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-repline/-/commit/e989d637f89ee18ced52b17c31293c2ece2cc146
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-repline/-/commit/e989d637f89ee18ced52b17c31293c2ece2cc146
You're receiving this email because of your account on gitlab.archlinux.org.