Date: Tuesday, October 25, 2022 @ 19:20:12 Author: felixonmars Revision: 1334831
upgpkg: haskell-pretty-simple 4.1.2.0-1: rebuild with pretty-simple 4.1.2.0 Modified: haskell-pretty-simple/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-10-25 19:19:56 UTC (rev 1334830) +++ PKGBUILD 2022-10-25 19:20:12 UTC (rev 1334831) @@ -2,8 +2,8 @@ _hkgname=pretty-simple pkgname=haskell-pretty-simple -pkgver=4.1.1.0 -pkgrel=15 +pkgver=4.1.2.0 +pkgrel=1 pkgdesc="Pretty printer for data types with a 'Show' instance" url="https://github.com/cdepillabout/pretty-simple" license=('BSD') @@ -12,7 +12,7 @@ 'haskell-prettyprinter-ansi-terminal') makedepends=('ghc' 'haskell-cabal-doctest' 'haskell-doctest' 'haskell-glob' 'haskell-quickcheck') source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz) -sha512sums=('ac2c6b7efa477109229e71adbfb287d0b697720d22eb0cbad6545622d65249149d7af9cc497042e7746571579610dce078da2e3db93e104f1161bda0ec87ccc5') +sha512sums=('d65096db0c3258058e420a981c240b448ab71c4a59e79cf154712100be9d5ebb4c9eddf148edd2ec24b1de551576301fe48598e7ac77d2af6b63bf60bff56720') build() { cd $_hkgname-$pkgver
