Date: Thursday, October 8, 2020 @ 10:42:10 Author: felixonmars Revision: 721692
upgpkg: stylish-haskell 0.12.0.0-1 Modified: stylish-haskell/trunk/PKGBUILD ----------+ PKGBUILD | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-10-08 10:39:20 UTC (rev 721691) +++ PKGBUILD 2020-10-08 10:42:10 UTC (rev 721692) @@ -2,22 +2,22 @@ # Contributor: Arch Haskell Team <[email protected]> pkgname=stylish-haskell -pkgver=0.11.0.3 -pkgrel=26 +pkgver=0.12.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-hsyaml' 'haskell-hsyaml-aeson') +depends=('ghc-libs' 'haskell-aeson' 'haskell-file-embed' 'haskell-ghc' 'haskell-ghc-boot' 'haskell-optparse-applicative' + '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=('c7ecdc9b464ffa0bef4bac9e89d6ab9de11acd5f19cfb08d86e0e0678a453c9231f474db1449a81e5cc02d5b4fca71f43514df50891151a86c3f1751a62844c7') +sha512sums=('7f19deef1c17f418a02437a64b3ff75d9dd3608ccfa4f4a7b494200532897883bb6b7d2802e5a8eefd30e36dcd4be6926b7270e110064a4db6e1d732540300dd') prepare() { cd $pkgname-$pkgver - sed -i -e 's/< *3.1/<4/;s/< 0.4/<1/' -e '/semigroups/d' $pkgname.cabal + sed -i -e 's/ghc-lib-parser/ghc, ghc-boot/' $pkgname.cabal } build() {
