Date: Saturday, February 4, 2023 @ 22:33:11 Author: felixonmars Revision: 1392461
upgpkg: haskell-hie-bios 0.9.1-1: rebuild with ghcide 1.7.0.0, haskell-language-server 1.7.0.0, hie-bios 0.9.1, hls-alternate-number-format-plugin 1.1.0.0, hls-brittany-plugin 1.0.2.1, hls-call-hierarchy-plugin 1.0.3.0, hls-change-type-signature-plugin 1.0.1.0, hls-class-plugin 1.0.3.0, hls-eval-plugin 1.2.2.0, hls-explicit-imports-plugin 1.1.0.0, hls-floskell-plugin 1.0.1.1, hls-fourmolu-plugin 1.0.3.0, hls-graph 1.7.0.0, hls-hlint-plugin 1.0.4.0, hls-module-name-plugin 1.0.2.0, hls-ormolu-plugin 1.0.2.1, hls-plugin-api 1.4.0.0, hls-pragmas-plugin 1.0.2.1, hls-refine-imports-plugin 1.0.2.0, hls-rename-plugin 1.0.0.2, hls-retrie-plugin 1.0.2.1, hls-stylish-haskell-plugin 1.0.1.1, hls-tactics-plugin 1.6.2.0, hls-test-utils 1.3.0.0 Modified: haskell-hie-bios/trunk/PKGBUILD ----------+ PKGBUILD | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2023-02-04 22:31:48 UTC (rev 1392460) +++ PKGBUILD 2023-02-04 22:33:11 UTC (rev 1392461) @@ -2,8 +2,8 @@ _hkgname=hie-bios pkgname=haskell-hie-bios -pkgver=0.8.1 -pkgrel=43 +pkgver=0.9.1 +pkgrel=1 pkgdesc="Set up a GHC API session" url="https://github.com/mpickering/hie-bios" license=("BSD") @@ -10,17 +10,15 @@ arch=('x86_64') depends=('ghc-libs' 'haskell-aeson' 'haskell-base16-bytestring' 'haskell-conduit' 'haskell-conduit-extra' 'haskell-cryptohash-sha1' 'haskell-exceptions' 'haskell-extra' - 'haskell-file-embed' 'haskell-ghc-api-compat' 'haskell-hslogger' - 'haskell-optparse-applicative' 'haskell-temporary' 'haskell-unix-compat' - 'haskell-unordered-containers' 'haskell-vector' 'haskell-yaml') -makedepends=('ghc' 'uusi' 'haskell-tasty' 'haskell-tasty-expected-failure' 'haskell-tasty-hunit') + 'haskell-file-embed' 'haskell-hslogger' 'haskell-optparse-applicative' 'haskell-temporary' + 'haskell-unix-compat' 'haskell-unordered-containers' 'haskell-vector' 'haskell-yaml') +makedepends=('ghc' 'uusi' 'haskell-tagged' 'haskell-tasty' 'haskell-tasty-expected-failure' 'haskell-tasty-hunit') checkdepends=('cabal-install') source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz") -sha512sums=('0b83d8eff89d656d8e639908635967861d0ef99271c19de546fd5824d1e95933f48aee061529e825f348220e80bd5fec2a95efc65011c39d4cefa6ec7a031d68') +sha512sums=('bd30205e8374d48e333ea15300e2b0e62bebe179a58535db88a049f4849f29d2864e2f4b300af1b3785f2e52702152f1eb48ef34481c1c2873bfc5bae4cb171d') prepare() { cd $_hkgname-$pkgver - uusi -u aeson -u unix-compat -u vector $_hkgname.cabal # https://github.com/mpickering/hie-bios/issues/290
