Felix Yan pushed to branch main at Arch Linux / Packaging / Packages /
haskell-th-utilities
Commits:
7bd96616 by Felix Yan at 2025-02-05T01:45:09+08:00
upgpkg: 0.2.5.1-1: rebuild with th-utilities 0.2.5.1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,19 +1,20 @@
pkgbase = haskell-th-utilities
pkgdesc = Collection of useful functions for use with Template Haskell
- pkgver = 0.2.5.0
- pkgrel = 57
+ pkgver = 0.2.5.1
+ pkgrel = 1
url = https://github.com/fpco/th-utilities
arch = x86_64
license = MIT
makedepends = ghc
makedepends = haskell-hspec
+ makedepends = haskell-th-lift
makedepends = haskell-vector
depends = ghc-libs
depends = haskell-primitive
depends = haskell-syb
depends = haskell-th-abstraction
depends = haskell-th-orphans
- source =
https://hackage.haskell.org/packages/archive/th-utilities/0.2.5.0/th-utilities-0.2.5.0.tar.gz
- sha512sums =
49653b33dcc3413d0feb7281a1ce3ae2197e8327900058993b7e1f5416e2b3496d49aa8c417e3ae6f92755a25b80159a653038569f823f9085d88996f3b42206
+ source =
https://hackage.haskell.org/packages/archive/th-utilities/0.2.5.1/th-utilities-0.2.5.1.tar.gz
+ sha512sums =
994aabd7ba0c808d3335955eb8283bda17c029a5b6e2042a1d63d07f04a767f335c0952bfe0d94489b0657217d382525ec3e045fe293e198117b023af4bb9f2d
pkgname = haskell-th-utilities
=====================================
PKGBUILD
=====================================
@@ -2,16 +2,16 @@
_hkgname=th-utilities
pkgname=haskell-th-utilities
-pkgver=0.2.5.0
-pkgrel=57
+pkgver=0.2.5.1
+pkgrel=1
pkgdesc="Collection of useful functions for use with Template Haskell"
url="https://github.com/fpco/th-utilities"
license=('MIT')
arch=('x86_64')
depends=('ghc-libs' 'haskell-primitive' 'haskell-syb' 'haskell-th-abstraction'
'haskell-th-orphans')
-makedepends=('ghc' 'haskell-hspec' 'haskell-vector')
+makedepends=('ghc' 'haskell-hspec' 'haskell-th-lift' 'haskell-vector')
source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
-sha512sums=('49653b33dcc3413d0feb7281a1ce3ae2197e8327900058993b7e1f5416e2b3496d49aa8c417e3ae6f92755a25b80159a653038569f823f9085d88996f3b42206')
+sha512sums=('994aabd7ba0c808d3335955eb8283bda17c029a5b6e2042a1d63d07f04a767f335c0952bfe0d94489b0657217d382525ec3e045fe293e198117b023af4bb9f2d')
build() {
cd $_hkgname-$pkgver
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-th-utilities/-/commit/7bd966163c8236d1e770a3b3b6a32ecd374be52b
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-th-utilities/-/commit/7bd966163c8236d1e770a3b3b6a32ecd374be52b
You're receiving this email because of your account on gitlab.archlinux.org.