Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / haskell-conversion-bytestring
Commits: fe35a5ed by Felix Yan at 2023-12-27T20:59:15+02:00 upgpkg: 1.0.1.1-2: rebuild with base-prelude 1.6.1.1 - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,16 @@ +pkgbase = haskell-conversion-bytestring + pkgdesc = Conversion instances for the bytestring library + pkgver = 1.0.1.1 + pkgrel = 2 + url = https://github.com/nikita-volkov/conversion-bytestring + arch = x86_64 + license = MIT + makedepends = ghc + makedepends = uusi + depends = ghc-libs + depends = haskell-base-prelude + depends = haskell-conversion + source = https://hackage.haskell.org/packages/archive/conversion-bytestring/1.0.1.1/conversion-bytestring-1.0.1.1.tar.gz + sha512sums = 12945dbdeea1c3c98f060b2723df989c9f03c6d94afe74d82c3f81b3bf6b88860a6a0e2312f6a8d8fe37eabe35e9ac100b168ea26ad0209ee872f65f6a835aa3 + +pkgname = haskell-conversion-bytestring ===================================== PKGBUILD ===================================== @@ -3,7 +3,7 @@ _hkgname=conversion-bytestring pkgname=haskell-conversion-bytestring pkgver=1.0.1.1 -pkgrel=1 +pkgrel=2 pkgdesc="Conversion instances for the bytestring library" url="https://github.com/nikita-volkov/conversion-bytestring" license=('MIT') View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-conversion-bytestring/-/commit/fe35a5ed18db02f7ab5558b901fdd7c3d3e6d95e -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-conversion-bytestring/-/commit/fe35a5ed18db02f7ab5558b901fdd7c3d3e6d95e You're receiving this email because of your account on gitlab.archlinux.org.
