Felix Yan pushed to branch main at Arch Linux / Packaging / Packages /
haskell-src
Commits:
198271a8 by Felix Yan at 2025-09-17T06:27:04+00:00
upgpkg: 1.0.4.2-1: rebuild with haskell-src 1.0.4.2
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,15 +1,15 @@
pkgbase = haskell-src
pkgdesc = Support for manipulating Haskell source code
- pkgver = 1.0.4.1
- pkgrel = 70
+ pkgver = 1.0.4.2
+ pkgrel = 1
url = https://github.com/haskell-pkg-janitors/haskell-src.git
arch = x86_64
- license = BSD
+ license = BSD-3-Clause
makedepends = ghc
makedepends = happy
depends = ghc-libs
depends = haskell-syb
- source =
https://hackage.haskell.org/packages/archive/haskell-src/1.0.4.1/haskell-src-1.0.4.1.tar.gz
- sha256sums =
6043be18d3ecc4eb9232224b3d67648d659f2bc2c82a5e9f5bc42a1e333fefb9
+ source =
https://hackage.haskell.org/packages/archive/haskell-src/1.0.4.2/haskell-src-1.0.4.2.tar.gz
+ sha256sums =
fe0f1fd72a47f560456c2329316c09b725a8473a87143ae1bac98e1997ce51ad
pkgname = haskell-src
=====================================
PKGBUILD
=====================================
@@ -2,16 +2,16 @@
_hkgname=haskell-src
pkgname=haskell-src
-pkgver=1.0.4.1
-pkgrel=70
+pkgver=1.0.4.2
+pkgrel=1
pkgdesc="Support for manipulating Haskell source code"
url="https://github.com/haskell-pkg-janitors/haskell-src.git"
-license=("BSD")
+license=('BSD-3-Clause')
arch=('x86_64')
depends=('ghc-libs' 'haskell-syb')
makedepends=('ghc' 'happy')
source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz")
-sha256sums=('6043be18d3ecc4eb9232224b3d67648d659f2bc2c82a5e9f5bc42a1e333fefb9')
+sha256sums=('fe0f1fd72a47f560456c2329316c09b725a8473a87143ae1bac98e1997ce51ad')
build() {
cd $_hkgname-$pkgver
@@ -29,6 +29,11 @@ build() {
sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
}
+check() {
+ cd $_hkgname-$pkgver
+ runhaskell Setup test --show-details=direct
+}
+
package() {
cd $_hkgname-$pkgver
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-src/-/commit/198271a8afc8384cca95d94a1446181a2811897e
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-src/-/commit/198271a8afc8384cca95d94a1446181a2811897e
You're receiving this email because of your account on gitlab.archlinux.org.