Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / haskell-microaeson
Commits: b22244c2 by Felix Yan at 2023-10-03T09:32:15+03:00 upgpkg: 0.1.0.1-15: rebuild with hashable 1.4.3.0 - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,22 @@ +pkgbase = haskell-microaeson + pkgdesc = A tiny JSON library with light dependency footprint + pkgver = 0.1.0.1 + pkgrel = 15 + url = https://github.com/haskell-hvr/microaeson.git + arch = x86_64 + license = GPL3 + makedepends = ghc + makedepends = uusi + makedepends = haskell-quickcheck + makedepends = haskell-aeson + makedepends = alex + makedepends = haskell-quickcheck-instances + makedepends = haskell-tasty + makedepends = haskell-tasty-quickcheck + makedepends = haskell-unordered-containers + makedepends = haskell-vector + depends = ghc-libs + source = https://hackage.haskell.org/packages/archive/microaeson/0.1.0.1/microaeson-0.1.0.1.tar.gz + sha256sums = 786006ba68932d1a70ff11cea4668ddd8050963ac8ec62aa06ecabab4e7da567 + +pkgname = haskell-microaeson ===================================== PKGBUILD ===================================== @@ -3,7 +3,7 @@ _hkgname=microaeson pkgname=haskell-microaeson pkgver=0.1.0.1 -pkgrel=14 +pkgrel=15 pkgdesc="A tiny JSON library with light dependency footprint" url="https://github.com/haskell-hvr/microaeson.git" license=("GPL3") View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-microaeson/-/commit/b22244c2402f28862d913143bf54b98d4ea281b9 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-microaeson/-/commit/b22244c2402f28862d913143bf54b98d4ea281b9 You're receiving this email because of your account on gitlab.archlinux.org.
