Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / haskell-refinery
Commits: 504d4c6c by Felix Yan at 2023-10-03T09:20:57+03:00 upgpkg: 0.4.0.0-143: rebuild with hashable 1.4.3.0 - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,17 @@ +pkgbase = haskell-refinery + pkgdesc = Toolkit for building proof automation systems + pkgver = 0.4.0.0 + pkgrel = 143 + url = https://github.com/totbwf/refinery#readme + arch = x86_64 + license = BSD + makedepends = ghc + makedepends = haskell-quickcheck + makedepends = haskell-checkers + makedepends = haskell-hspec + depends = ghc-libs + depends = haskell-mmorph + source = https://hackage.haskell.org/packages/archive/refinery/0.4.0.0/refinery-0.4.0.0.tar.gz + sha512sums = 5b174c80409df39d16291fa2456677331b83c14396aacd55802f22b6d68eb06092a4c269c62610f8b078503cad7862b377e3ebb71d8c7efba0725c9a7a05ebf1 + +pkgname = haskell-refinery ===================================== PKGBUILD ===================================== @@ -3,7 +3,7 @@ _hkgname=refinery pkgname=haskell-refinery pkgver=0.4.0.0 -pkgrel=142 +pkgrel=143 pkgdesc="Toolkit for building proof automation systems" url="https://github.com/totbwf/refinery#readme" license=("BSD") View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-refinery/-/commit/504d4c6ca8b65955c8e3e8ca3b395daa25b79a10 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-refinery/-/commit/504d4c6ca8b65955c8e3e8ca3b395daa25b79a10 You're receiving this email because of your account on gitlab.archlinux.org.
