Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / haskell-pretty-simple
Commits: 927b56b9 by Felix Yan at 2023-10-03T09:18:52+03:00 upgpkg: 4.1.2.0-39: rebuild with hashable 1.4.3.0 - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,20 @@ +pkgbase = haskell-pretty-simple + pkgdesc = Pretty printer for data types with a 'Show' instance + pkgver = 4.1.2.0 + pkgrel = 39 + url = https://github.com/cdepillabout/pretty-simple + arch = x86_64 + license = BSD + makedepends = ghc + makedepends = haskell-cabal-doctest + makedepends = haskell-doctest + makedepends = haskell-glob + makedepends = haskell-quickcheck + depends = ghc-libs + depends = haskell-optparse-applicative + depends = haskell-prettyprinter + depends = haskell-prettyprinter-ansi-terminal + source = https://hackage.haskell.org/packages/archive/pretty-simple/4.1.2.0/pretty-simple-4.1.2.0.tar.gz + sha512sums = d65096db0c3258058e420a981c240b448ab71c4a59e79cf154712100be9d5ebb4c9eddf148edd2ec24b1de551576301fe48598e7ac77d2af6b63bf60bff56720 + +pkgname = haskell-pretty-simple ===================================== PKGBUILD ===================================== @@ -3,7 +3,7 @@ _hkgname=pretty-simple pkgname=haskell-pretty-simple pkgver=4.1.2.0 -pkgrel=38 +pkgrel=39 pkgdesc="Pretty printer for data types with a 'Show' instance" url="https://github.com/cdepillabout/pretty-simple" license=('BSD') View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-pretty-simple/-/commit/927b56b9d8eb2f52496c15d800c3dfa7acd13981 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-pretty-simple/-/commit/927b56b9d8eb2f52496c15d800c3dfa7acd13981 You're receiving this email because of your account on gitlab.archlinux.org.
