Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / haskell-githash
Commits: 51c949fd by Felix Yan at 2023-10-03T11:15:54+03:00 upgpkg: 0.1.6.3-78: rebuild with hashable 1.4.3.0 - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,19 @@ +pkgbase = haskell-githash + pkgdesc = Some handy Template Haskell splices for including the current git hash and branch in the code of your project + pkgver = 0.1.6.3 + pkgrel = 78 + url = https://github.com/snoyberg/githash + arch = x86_64 + license = BSD + makedepends = ghc + makedepends = haskell-hpack + makedepends = haskell-hspec + makedepends = haskell-temporary + makedepends = haskell-unliftio + depends = ghc-libs + depends = haskell-th-compat + depends = git + source = git+https://github.com/snoyberg/githash.git#tag=githash-0.1.6.3 + sha512sums = SKIP + +pkgname = haskell-githash ===================================== PKGBUILD ===================================== @@ -3,7 +3,7 @@ _hkgname=githash pkgname=haskell-githash pkgver=0.1.6.3 -pkgrel=77 +pkgrel=78 pkgdesc="Some handy Template Haskell splices for including the current git hash and branch in the code of your project" url="https://github.com/snoyberg/githash" license=('BSD') View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-githash/-/commit/51c949fdf3d050ab51b4cf29491445e3c2c18188 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-githash/-/commit/51c949fdf3d050ab51b4cf29491445e3c2c18188 You're receiving this email because of your account on gitlab.archlinux.org.