Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / haskell-aeson-casing
Commits: 1bb21e53 by Felix Yan at 2023-10-03T09:33:37+03:00 upgpkg: 0.2.0.0-54: rebuild with hashable 1.4.3.0 - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,18 @@ +pkgbase = haskell-aeson-casing + pkgdesc = Tools to change the formatting of field names in Aeson instances. + pkgver = 0.2.0.0 + pkgrel = 54 + url = https://github.com/AndrewRademacher/aeson-casing.git + arch = x86_64 + license = MIT + makedepends = ghc + makedepends = haskell-tasty + makedepends = haskell-tasty-hunit + makedepends = haskell-tasty-quickcheck + makedepends = haskell-tasty-th + depends = ghc-libs + depends = haskell-aeson + source = https://hackage.haskell.org/packages/archive/aeson-casing/0.2.0.0/aeson-casing-0.2.0.0.tar.gz + sha256sums = 3723075673a3f188a05e5db0cd2851c249ca16eba532c3e76e7f1fa60cf19233 + +pkgname = haskell-aeson-casing ===================================== PKGBUILD ===================================== @@ -3,7 +3,7 @@ _hkgname=aeson-casing pkgname=haskell-aeson-casing pkgver=0.2.0.0 -pkgrel=53 +pkgrel=54 pkgdesc="Tools to change the formatting of field names in Aeson instances." url="https://github.com/AndrewRademacher/aeson-casing.git" license=("MIT") View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-aeson-casing/-/commit/1bb21e5397ff22e91b7eeb1b4545c211a3d10c77 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-aeson-casing/-/commit/1bb21e5397ff22e91b7eeb1b4545c211a3d10c77 You're receiving this email because of your account on gitlab.archlinux.org.
