Felix Yan pushed to branch main at Arch Linux / Packaging / Packages /
haskell-hint
Commits:
0da144b7 by Felix Yan at 2025-04-07T17:05:11+08:00
upgpkg: 0.9.0.8-1: rebuild with hint 0.9.0.8
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = haskell-hint
pkgdesc = Runtime Haskell interpreter (GHC API wrapper)
- pkgver = 0.9.0.7
- pkgrel = 6
+ pkgver = 0.9.0.8
+ pkgrel = 1
url = https://github.com/haskell-hint/hint
arch = x86_64
license = BSD-3-Clause
@@ -14,7 +14,7 @@ pkgbase = haskell-hint
depends = haskell-ghc-paths
depends = haskell-random
depends = haskell-temporary
- source =
https://hackage.haskell.org/packages/archive/hint/0.9.0.7/hint-0.9.0.7.tar.gz
- sha512sums =
2bd8c8b55b3738ec2bd77abaaca441d97b2e90138238fb4ebdd014ad2f4e6220c7e49425532cf0a1746ebbbef4f034bc4e41e1734b29845119412208292c992e
+ source =
https://hackage.haskell.org/packages/archive/hint/0.9.0.8/hint-0.9.0.8.tar.gz
+ sha512sums =
ff972f98163fa955b9e1a07bdc184ed8d5835c94282056458da2db31b1f11fb71577971ed48974b88147985a1eedd6b25dcb8d3ee64f96d034131803f9ce875a
pkgname = haskell-hint
=====================================
PKGBUILD
=====================================
@@ -2,8 +2,8 @@
_hkgname=hint
pkgname=haskell-hint
-pkgver=0.9.0.7
-pkgrel=6
+pkgver=0.9.0.8
+pkgrel=1
pkgdesc="Runtime Haskell interpreter (GHC API wrapper)"
url="https://github.com/haskell-hint/hint"
license=('BSD-3-Clause')
@@ -12,7 +12,7 @@ depends=('ghc-libs' 'haskell-ghc' 'haskell-ghc-paths'
'haskell-random' 'haskell-
makedepends=('ghc' 'haskell-hunit' 'haskell-typed-process')
checkdepends=('cabal-install')
source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
-sha512sums=('2bd8c8b55b3738ec2bd77abaaca441d97b2e90138238fb4ebdd014ad2f4e6220c7e49425532cf0a1746ebbbef4f034bc4e41e1734b29845119412208292c992e')
+sha512sums=('ff972f98163fa955b9e1a07bdc184ed8d5835c94282056458da2db31b1f11fb71577971ed48974b88147985a1eedd6b25dcb8d3ee64f96d034131803f9ce875a')
prepare() {
cd $_hkgname-$pkgver
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-hint/-/commit/0da144b745fc066484b205a4a6f027243c19791d
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-hint/-/commit/0da144b745fc066484b205a4a6f027243c19791d
You're receiving this email because of your account on gitlab.archlinux.org.