Date: Saturday, October 8, 2022 @ 22:31:41
Author: felixonmars
Revision: 1324447
remove unused dep
Modified:
haskell-hls-plugin-api/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2022-10-08 22:07:36 UTC (rev 1324446)
+++ PKGBUILD 2022-10-08 22:31:41 UTC (rev 1324447)
@@ -10,9 +10,9 @@
arch=('x86_64')
depends=('ghc-libs' 'haskell-diff' 'haskell-aeson' 'haskell-data-default'
'haskell-dependent-map'
'haskell-dependent-sum' 'haskell-dlist' 'haskell-ghc'
'haskell-ghc-api-compat'
- 'haskell-hashable' 'haskell-hls-graph' 'haskell-hslogger'
'haskell-lens'
- 'haskell-lens-aeson' 'haskell-lsp' 'haskell-optparse-applicative'
'haskell-opentelemetry'
- 'haskell-regex-tdfa' 'haskell-unordered-containers')
+ 'haskell-hashable' 'haskell-hls-graph' 'haskell-hslogger'
'haskell-lens' 'haskell-lsp'
+ 'haskell-optparse-applicative' 'haskell-opentelemetry'
'haskell-regex-tdfa'
+ 'haskell-unordered-containers')
makedepends=('ghc' 'uusi')
source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz"
hls-plugin-api-aeson-2.patch)