Date: Sunday, February 12, 2023 @ 07:59:43 Author: felixonmars Revision: 1399921
upgpkg: haskell-hiedb 0.4.2.0-1: rebuild with ghcide 1.8.0.0, haskell-language-server 1.8.0.0, hie-bios 0.11.0, hie-compat 0.3.0.0, hiedb 0.4.2.0, hls-alternate-number-format-plugin 1.2.0.0, hls-call-hierarchy-plugin 1.1.0.0, hls-change-type-signature-plugin 1.0.1.1, hls-class-plugin 1.1.0.0, hls-code-range-plugin 1.0.0.0, hls-eval-plugin 1.3.0.0, hls-explicit-fixity-plugin 1.0.0.0, hls-floskell-plugin 1.0.1.2, hls-fourmolu-plugin 1.1.0.0, hls-gadt-plugin 1.0.0.0, hls-graph 1.8.0.0, hls-haddock-comments-plugin 1.1.0.0, hls-hlint-plugin 1.1.0.0, hls-module-name-plugin 1.1.0.0, hls-plugin-api 1.5.0.0, hls-pragmas-plugin 1.0.3.0, hls-refactor-plugin 1.0.0.0, hls-refine-imports-plugin 1.0.3.0, hls-rename-plugin 1.0.1.0, hls-retrie-plugin 1.0.2.2, hls-splice-plugin 1.0.2.0, hls-tactics-plugin 1.7.0.0, hls-test-utils 1.4.0.0, lsp 1.6.0.0, lsp-types 1.6.0.0 Modified: haskell-hiedb/trunk/PKGBUILD ----------+ PKGBUILD | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2023-02-12 07:59:15 UTC (rev 1399920) +++ PKGBUILD 2023-02-12 07:59:43 UTC (rev 1399921) @@ -2,8 +2,8 @@ _hkgname=hiedb pkgname=haskell-hiedb -pkgver=0.4.1.0 -pkgrel=125 +pkgver=0.4.2.0 +pkgrel=1 pkgdesc="Generates a references DB from .hie files" url="https://github.com/wz1000/HieDb" license=("BSD") @@ -11,9 +11,9 @@ depends=('ghc-libs' 'haskell-algebraic-graphs' 'haskell-ansi-terminal' 'haskell-extra' 'haskell-ghc' 'haskell-ghc-paths' 'haskell-hie-compat' 'haskell-lucid' 'haskell-optparse-applicative' 'haskell-sqlite-simple' 'haskell-terminal-size') -makedepends=('ghc' 'haskell-hspec' 'haskell-temporary') +makedepends=('ghc' 'uusi' 'haskell-hspec' 'haskell-temporary') source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz") -sha512sums=('b4d20f110e756a4bc056df41d6115e9faa8c91b2668abbae64de27b6169e4fb7e1067e1584f7a08dcc6e7a82923e41bab02ad7f0c6958fae764e94a46ee01aed') +sha512sums=('77b7b45ed63e72c8e93a7945f76449e3350f3bf4f6e6c5e6e526e44d852c9fcc20019fc0ac734e367722cf212ba99518ee7a1f6fa28decb4f236c93ad3f7dde8') prepare() { cd hiedb-$pkgver @@ -21,6 +21,8 @@ # algebraic-graphs 0.7 sed -i 's/dfs vs m/dfs m vs/' src/HieDb/Query.hs + + uusi -u algebraic-graphs $_hkgname.cabal } build() {
