ports/devel/hs-haskell-language-server/files/patch-hls-test-utils_hls-test-utils.cabal
Gleb Popov 0fcb43262a Create devel/hs-haskell-language-server and devel/hs-hls-install ports.
Haskell Language Server is a Language Server Protocol implementation, which
can be used to add support for Haskell programming language to any text editor
that can talk LSP.

hs-hls-install is a helper executable used during build of the main port.

The port is not in ideal state ATM, because it only builds HLS against GHC
version we have in ports. It will require FLAVORizing (or even subpackaging)
to support other versions.

Submitted by: Alexis Praga <alexis.praga@free.fr> (initial version)
2021-04-15 09:16:16 +03:00

29 lines
709 B
Text

--- hls-test-utils/hls-test-utils.cabal.orig 2021-04-13 07:56:15 UTC
+++ hls-test-utils/hls-test-utils.cabal
@@ -36,7 +36,6 @@ library
, aeson
, async
, base
- , blaze-markup
, bytestring
, containers
, data-default
@@ -45,18 +44,10 @@ library
, filepath
, ghcide ^>=1.2.0.2
, hls-plugin-api ^>=1.1.0.0
- , hspec
- , hspec-core
, lens
, lsp ^>=1.2
- , lsp-test ==0.14.0.0
, lsp-types ^>=1.2
, shake
- , tasty
- , tasty-expected-failure
- , tasty-golden
- , tasty-hunit
- , tasty-rerun
, temporary
, text
, unordered-containers