Skip to content

Add test files to lsp-test extra-source-files #331

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 22, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion lsp-test/LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright Luke Lau 2018-2020.
Copyright Luke Lau 2018-2021.
All rights reserved.

Redistribution and use in source and binary forms, with or without
Expand Down
5 changes: 3 additions & 2 deletions lsp-test/lsp-test.cabal
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
cabal-version: 2.4
name: lsp-test
version: 0.14.0.0
synopsis: Functional test framework for LSP servers.
Expand All @@ -10,17 +11,17 @@ description:
<https://github.com/haskell/haskell-language-server haskell-language-server> and
<https://github.com/digital-asset/ghcide ghcide>.
homepage: https://github.com/haskell/lsp/blob/master/lsp-test/README.md
license: BSD3
license: BSD-3-Clause
license-file: LICENSE
author: Luke Lau
maintainer: [email protected]
bug-reports: https://github.com/haskell/lsp/issues
copyright: 2021 Luke Lau
category: Testing
build-type: Simple
cabal-version: 2.0
extra-source-files: README.md
, ChangeLog.md
, test/data/**/*.hs
tested-with: GHC == 8.4.4, GHC == 8.6.5, GHC == 8.8.3, GHC == 8.10.1, GHC == 8.10.2

source-repository head
Expand Down