Felix Yan pushed to branch main at Arch Linux / Packaging / Packages /
haskell-hakyll
Commits:
0f937084 by Felix Yan at 2025-10-16T01:42:49+08:00
upgpkg: 4.16.4.0-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = haskell-hakyll
pkgdesc = A static website compiler library
- pkgver = 4.16.3.0
- pkgrel = 28
+ pkgver = 4.16.4.0
+ pkgrel = 1
url = https://jaspervdj.be/hakyll
arch = x86_64
license = BSD-3-Clause
@@ -14,7 +14,6 @@ pkgbase = haskell-hakyll
depends = ghc-libs
depends = haskell-aeson
depends = haskell-blaze-html
- depends = haskell-blaze-markup
depends = haskell-data-default
depends = haskell-file-embed
depends = haskell-fsnotify
@@ -31,13 +30,12 @@ pkgbase = haskell-hakyll
depends = haskell-scientific
depends = haskell-tagsoup
depends = haskell-time-locale-compat
- depends = haskell-unordered-containers
depends = haskell-vector
depends = haskell-wai
depends = haskell-wai-app-static
depends = haskell-warp
depends = haskell-yaml
- source =
https://hackage.haskell.org/packages/archive/hakyll/4.16.3.0/hakyll-4.16.3.0.tar.gz
- sha512sums =
963e0e5848c9bfff5ead2ebce79e3ff3a878eecedc3788d2233581d1034af46444d0db91aec94a7ec9b8b6e49acfa43c20eca178d110d7922fa0aa4f3e61e770
+ source =
https://hackage.haskell.org/packages/archive/hakyll/4.16.4.0/hakyll-4.16.4.0.tar.gz
+ sha512sums =
4cc21420f67c37fd7dc8cad489b1c188b0c435271e3deeabe6adaed7381fca082fc48db25dd625e25db007612a34bcd9d700a46edb8291b38ce3740f2fca95e0
pkgname = haskell-hakyll
=====================================
PKGBUILD
=====================================
@@ -4,23 +4,22 @@
_hkgname=hakyll
pkgname=haskell-hakyll
-pkgver=4.16.3.0
-pkgrel=28
+pkgver=4.16.4.0
+pkgrel=1
pkgdesc="A static website compiler library"
url="https://jaspervdj.be/hakyll"
license=('BSD-3-Clause')
arch=('x86_64')
-depends=('ghc-libs' 'haskell-aeson' 'haskell-blaze-html' 'haskell-blaze-markup'
- 'haskell-data-default' 'haskell-file-embed' 'haskell-fsnotify'
'haskell-hashable'
- 'haskell-http-conduit' 'haskell-http-types' 'haskell-lrucache'
'haskell-network-uri'
- 'haskell-optparse-applicative' 'haskell-pandoc' 'haskell-random'
'haskell-regex-tdfa'
- 'haskell-resourcet' 'haskell-scientific' 'haskell-tagsoup'
'haskell-time-locale-compat'
- 'haskell-unordered-containers' 'haskell-vector' 'haskell-wai'
'haskell-wai-app-static'
- 'haskell-warp' 'haskell-yaml')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-blaze-html'
'haskell-data-default' 'haskell-file-embed'
+ 'haskell-fsnotify' 'haskell-hashable' 'haskell-http-conduit'
'haskell-http-types'
+ 'haskell-lrucache' 'haskell-network-uri'
'haskell-optparse-applicative' 'haskell-pandoc'
+ 'haskell-random' 'haskell-regex-tdfa' 'haskell-resourcet'
'haskell-scientific'
+ 'haskell-tagsoup' 'haskell-time-locale-compat' 'haskell-vector'
'haskell-wai'
+ 'haskell-wai-app-static' 'haskell-warp' 'haskell-yaml')
makedepends=('ghc' 'haskell-quickcheck' 'haskell-tasty' 'haskell-tasty-golden'
'haskell-tasty-hunit' 'haskell-tasty-quickcheck')
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha512sums=('963e0e5848c9bfff5ead2ebce79e3ff3a878eecedc3788d2233581d1034af46444d0db91aec94a7ec9b8b6e49acfa43c20eca178d110d7922fa0aa4f3e61e770')
+sha512sums=('4cc21420f67c37fd7dc8cad489b1c188b0c435271e3deeabe6adaed7381fca082fc48db25dd625e25db007612a34bcd9d700a46edb8291b38ce3740f2fca95e0')
build() {
cd $_hkgname-$pkgver
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-hakyll/-/commit/0f937084d74da4ce8e9436820f307041fe61bade
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-hakyll/-/commit/0f937084d74da4ce8e9436820f307041fe61bade
You're receiving this email because of your account on gitlab.archlinux.org.