mirror of
https://git.freebsd.org/ports.git
synced 2025-06-22 13:10:31 -04:00
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)
29 lines
709 B
Text
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
|