Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / ihaskell
Commits:
f944a6d9 by Felix Yan at 2025-12-10T15:11:19+08:00
upgpkg: 0.13.0.0-1: rebuild with ihaskell 0.13.0.0, ipython-kernel 0.12.0.0
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = ihaskell
pkgdesc = A Haskell backend kernel for the Jupyter project.
- pkgver = 0.12.0.0
- pkgrel = 107
+ pkgver = 0.13.0.0
+ pkgrel = 1
url = https://github.com/gibiansky/IHaskell
arch = x86_64
license = MIT
@@ -32,7 +32,7 @@ pkgbase = ihaskell
depends = haskell-unordered-containers
depends = haskell-utf8-string
depends = haskell-vector
- source =
https://hackage.haskell.org/packages/archive/ihaskell/0.12.0.0/ihaskell-0.12.0.0.tar.gz
- sha256sums =
90814d7a887c0b08b1a4d8d4936b4895fba93fd39d7797754feb05cdff6ade6b
+ source =
https://hackage.haskell.org/packages/archive/ihaskell/0.13.0.0/ihaskell-0.13.0.0.tar.gz
+ sha256sums =
265b2b81175f8f71edf2bf7ca08f9b1712b9c131248863117f76a6f84859fcb9
pkgname = ihaskell
=====================================
PKGBUILD
=====================================
@@ -2,8 +2,8 @@
# Contributor: Martin Rodriguez Reboredo <[email protected]>
pkgname=ihaskell
-pkgver=0.12.0.0
-pkgrel=107
+pkgver=0.13.0.0
+pkgrel=1
pkgdesc="A Haskell backend kernel for the Jupyter project."
url="https://github.com/gibiansky/IHaskell"
license=("MIT")
@@ -16,7 +16,7 @@ depends=('ghc-libs' 'ipython' 'python-jupyter_client'
'haskell-aeson' 'haskell-b
makedepends=('ghc' 'haskell-hunit' 'haskell-hspec' 'haskell-hspec-contrib'
'haskell-raw-strings-qq'
'haskell-setenv')
source=("https://hackage.haskell.org/packages/archive/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz")
-sha256sums=('90814d7a887c0b08b1a4d8d4936b4895fba93fd39d7797754feb05cdff6ade6b')
+sha256sums=('265b2b81175f8f71edf2bf7ca08f9b1712b9c131248863117f76a6f84859fcb9')
build() {
cd $pkgname-$pkgver
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/ihaskell/-/commit/f944a6d970062e6d79f718415ec86a8d68a8af5f
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/ihaskell/-/commit/f944a6d970062e6d79f718415ec86a8d68a8af5f
You're receiving this email because of your account on gitlab.archlinux.org.