Felix Yan pushed to branch main at Arch Linux / Packaging / Packages /
haskell-template-haskell-compat-v0208
Commits:
91afc2a7 by Felix Yan at 2024-07-29T09:41:07+03:00
upgpkg: 0.1.9.4-1: rebuild with template-haskell-compat-v0208 0.1.9.4
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,14 +1,14 @@
pkgbase = haskell-template-haskell-compat-v0208
pkgdesc = Backward-compatibility layer for Template Haskell newer than
2.8
- pkgver = 0.1.9.3
- pkgrel = 2
+ pkgver = 0.1.9.4
+ pkgrel = 1
url = https://github.com/nikita-volkov/template-haskell-compat-v0208
arch = x86_64
license = MIT
makedepends = ghc
makedepends = uusi
depends = ghc-libs
- source =
https://hackage.haskell.org/packages/archive/template-haskell-compat-v0208/0.1.9.3/template-haskell-compat-v0208-0.1.9.3.tar.gz
- sha512sums =
831b56806ea3c290948d1f582056ce843ebd856f5e1ac5f5eb0ad735418244b9b5fb66cebea12a116e8fdaa29a72c126f770033714e75a21c143398b79238ae0
+ source =
https://hackage.haskell.org/packages/archive/template-haskell-compat-v0208/0.1.9.4/template-haskell-compat-v0208-0.1.9.4.tar.gz
+ sha512sums =
8b84ec76956802628e44559861a74919254daf111ce7383c6d1482073e24ebf45dd67566c244d8a8bcd6966f7c73511750414d4115751f5d3c91c3420b908969
pkgname = haskell-template-haskell-compat-v0208
=====================================
PKGBUILD
=====================================
@@ -2,8 +2,8 @@
_hkgname=template-haskell-compat-v0208
pkgname=haskell-template-haskell-compat-v0208
-pkgver=0.1.9.3
-pkgrel=2
+pkgver=0.1.9.4
+pkgrel=1
pkgdesc="Backward-compatibility layer for Template Haskell newer than 2.8"
url="https://github.com/nikita-volkov/template-haskell-compat-v0208"
license=('MIT')
@@ -11,7 +11,7 @@ arch=('x86_64')
depends=('ghc-libs')
makedepends=('ghc' 'uusi')
source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
-sha512sums=('831b56806ea3c290948d1f582056ce843ebd856f5e1ac5f5eb0ad735418244b9b5fb66cebea12a116e8fdaa29a72c126f770033714e75a21c143398b79238ae0')
+sha512sums=('8b84ec76956802628e44559861a74919254daf111ce7383c6d1482073e24ebf45dd67566c244d8a8bcd6966f7c73511750414d4115751f5d3c91c3420b908969')
prepare() {
cd $_hkgname-$pkgver
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-template-haskell-compat-v0208/-/commit/91afc2a705e3828499ad89e2faeca5f1c539af63
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-template-haskell-compat-v0208/-/commit/91afc2a705e3828499ad89e2faeca5f1c539af63
You're receiving this email because of your account on gitlab.archlinux.org.