[arch-commits] Commit in haskell-lsp/trunk (PKGBUILD)

Felix Yan felixonmars at gemini.archlinux.org
Sat Feb 12 15:40:16 UTC 2022


    Date: Saturday, February 12, 2022 @ 15:40:15
  Author: felixonmars
Revision: 1132876

remove dep provided by ghc-libs

Modified:
  haskell-lsp/trunk/PKGBUILD

----------+
 PKGBUILD |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-02-12 15:39:53 UTC (rev 1132875)
+++ PKGBUILD	2022-02-12 15:40:15 UTC (rev 1132876)
@@ -9,7 +9,7 @@
 license=("MIT")
 arch=('x86_64')
 depends=('ghc-libs' 'haskell-aeson' 'haskell-async' 'haskell-attoparsec' 'haskell-data-default'
-         'haskell-dependent-map' 'haskell-exceptions' 'haskell-hashable' 'haskell-hslogger'
+         'haskell-dependent-map' 'haskell-hashable' 'haskell-hslogger'
          'haskell-lens' 'haskell-lsp-types' 'haskell-network-uri' 'haskell-random'
          'haskell-scientific' 'haskell-sorted-list' 'haskell-unliftio-core'
          'haskell-unordered-containers' 'haskell-uuid' 'haskell-unliftio')



More information about the arch-commits mailing list