Skip to content

Commit ba875b3

Browse files
lukel97jneira
authored andcommitted
Add test files to lsp-test extra-source-files
Fixes #309
1 parent 9f7ad7b commit ba875b3

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

lsp-test/LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright Luke Lau 2018-2020.
1+
Copyright Luke Lau 2018-2021.
22
All rights reserved.
33

44
Redistribution and use in source and binary forms, with or without

lsp-test/lsp-test.cabal

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
cabal-version: 2.4
12
name: lsp-test
23
version: 0.14.0.0
34
synopsis: Functional test framework for LSP servers.
@@ -10,17 +11,17 @@ description:
1011
<https://github.com/haskell/haskell-language-server haskell-language-server> and
1112
<https://github.com/digital-asset/ghcide ghcide>.
1213
homepage: https://github.com/haskell/lsp/blob/master/lsp-test/README.md
13-
license: BSD3
14+
license: BSD-3-Clause
1415
license-file: LICENSE
1516
author: Luke Lau
1617
maintainer: [email protected]
1718
bug-reports: https://github.com/haskell/lsp/issues
1819
copyright: 2021 Luke Lau
1920
category: Testing
2021
build-type: Simple
21-
cabal-version: 2.0
2222
extra-source-files: README.md
2323
, ChangeLog.md
24+
, test/data/**/*.hs
2425
tested-with: GHC == 8.4.4, GHC == 8.6.5, GHC == 8.8.3, GHC == 8.10.1, GHC == 8.10.2
2526

2627
source-repository head

0 commit comments

Comments
 (0)