Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / haskell-postgresql-simple
Commits: cca60fb1 by Felix Yan at 2023-10-03T09:30:12+03:00 upgpkg: 0.6.5-36: rebuild with hashable 1.4.3.0 - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,31 @@ +pkgbase = haskell-postgresql-simple + pkgdesc = Mid-Level PostgreSQL client library + pkgver = 0.6.5 + pkgrel = 36 + url = https://github.com/haskellari/postgresql-simple + arch = x86_64 + license = BSD + makedepends = ghc + makedepends = uusi + makedepends = haskell-hunit + makedepends = haskell-base16-bytestring + makedepends = haskell-cryptohash-md5 + makedepends = haskell-inspection-testing + makedepends = haskell-tasty + makedepends = haskell-tasty-golden + makedepends = haskell-tasty-hunit + depends = ghc-libs + depends = haskell-only + depends = haskell-aeson + depends = haskell-attoparsec + depends = haskell-case-insensitive + depends = haskell-hashable + depends = haskell-postgresql-libpq + depends = haskell-scientific + depends = haskell-time-compat + depends = haskell-uuid-types + depends = haskell-vector + source = https://hackage.haskell.org/packages/archive/postgresql-simple/0.6.5/postgresql-simple-0.6.5.tar.gz + sha256sums = fda53ab2a72bbe402947526ccb02f9928563eae03e0832bb871c00912e455e96 + +pkgname = haskell-postgresql-simple ===================================== PKGBUILD ===================================== @@ -3,7 +3,7 @@ _hkgname=postgresql-simple pkgname=haskell-postgresql-simple pkgver=0.6.5 -pkgrel=35 +pkgrel=36 pkgdesc="Mid-Level PostgreSQL client library" url="https://github.com/haskellari/postgresql-simple" license=("BSD") View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-postgresql-simple/-/commit/cca60fb114f734fbec659a5ae3b655623ea6ce17 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-postgresql-simple/-/commit/cca60fb114f734fbec659a5ae3b655623ea6ce17 You're receiving this email because of your account on gitlab.archlinux.org.
