Date: Wednesday, February 12, 2020 @ 15:50:46 Author: felixonmars Revision: 569427
upgpkg: stylish-haskell 0.10.0.0-1: rebuild with stylish-haskell 0.10.0.0 Modified: stylish-haskell/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-02-12 15:18:51 UTC (rev 569426) +++ PKGBUILD 2020-02-12 15:50:46 UTC (rev 569427) @@ -2,18 +2,18 @@ # Contributor: Arch Haskell Team <[email protected]> pkgname=stylish-haskell -pkgver=0.9.4.4 -pkgrel=33 +pkgver=0.10.0.0 +pkgrel=1 pkgdesc="Haskell code prettifier" url="https://github.com/jaspervdj/stylish-haskell" license=("BSD") arch=('x86_64') depends=('ghc-libs' 'haskell-aeson' 'haskell-file-embed' 'haskell-optparse-applicative' - 'haskell-src-exts' 'haskell-strict' 'haskell-syb' 'haskell-yaml') + 'haskell-src-exts' 'haskell-strict' 'haskell-syb' 'haskell-hsyaml' 'haskell-hsyaml-aeson') makedepends=('ghc' 'haskell-hunit' 'haskell-random' 'haskell-test-framework' 'haskell-test-framework-hunit') source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz") -sha512sums=('5226d203295e03600f07fe21905a1ea1231bd79b1d7bc5e157c74f79054181df0e5f7d549dd418de0a610d70450ba1f2ae9d9ff804fa21674dacd0c17fb26bc9') +sha512sums=('ec9675a49f26fa5b7935ad65e35b78c13cbbd14637a638b947791ebbffb4f119f076f3c55d7de7f3e7658f9f509c3597b9d82a1cb018784a6c3adfb6c3dc413a') prepare() { cd $pkgname-$pkgver
