File tree 4 files changed +26
-13
lines changed 4 files changed +26
-13
lines changed Original file line number Diff line number Diff line change 1
- cabal-version : 2.2
1
+ cabal-version : 2.4
2
2
build-type : Simple
3
3
category : Development
4
4
name : ghcide
@@ -15,13 +15,11 @@ homepage: https://github.com/haskell/haskell-language-server/tree/mast
15
15
bug-reports : https://github.com/haskell/haskell-language-server/issues
16
16
tested-with : GHC == 8.6.4 || == 8.6.5 || == 8.8.2 || == 8.8.3 || == 8.8.4 || == 8.10.2 || == 8.10.3 || == 8.10.4
17
17
extra-source-files : include/ghc-api-version.h README.md CHANGELOG.md
18
- test/data/hover/*.hs
19
- test/data/multi/cabal.project
20
- test/data/multi/hie.yaml
21
- test/data/multi/a/a.cabal
22
- test/data/multi/a/*.hs
23
- test/data/multi/b/b.cabal
24
- test/data/multi/b/*.hs
18
+ test/data/**/*.project
19
+ test/data/**/*.cabal
20
+ test/data/**/*.yaml
21
+ test/data/**/*.hs
22
+ test/data/**/*.hs-boot
25
23
26
24
source-repository head
27
25
type : git
Original file line number Diff line number Diff line change 1
- cabal-version : 2.2
1
+ cabal-version : 2.4
2
2
category : Development
3
3
name : haskell-language-server
4
4
version : 1.0.0.0
@@ -19,6 +19,15 @@ extra-source-files:
19
19
README.md
20
20
ChangeLog.md
21
21
include/ghc-api-version.h
22
+ test/testdata/**/*.project
23
+ test/testdata/**/*.cabal
24
+ test/testdata/**/*.yaml
25
+ -- this one is not matched by the previous glob
26
+ test/testdata/hlint/ignore/.hlint.yaml
27
+ test/testdata/**/*.h
28
+ test/testdata/**/*.hs
29
+ test/testdata/**/*.expected
30
+ test/testdata/**/*.error
22
31
23
32
flag pedantic
24
33
description : Enable -Werror
Original file line number Diff line number Diff line change 1
- cabal-version : 2.2
1
+ cabal-version : 2.4
2
2
name : hls-brittany-plugin
3
3
version : 1.0.0.0
4
4
synopsis : Integration with the Brittany code formatter
5
+ description : Please see the README on GitHub at <https://github.com/haskell/haskell-language-server#readme>
5
6
license : Apache-2.0
6
7
license-file : LICENSE
7
8
author : The Haskell IDE Team
@@ -11,12 +12,13 @@ category: Development
11
12
build-type : Simple
12
13
extra-source-files :
13
14
LICENSE
15
+ test/testdata/**/*.hs
14
16
15
17
library
16
18
exposed-modules : Ide.Plugin.Brittany
17
19
hs-source-dirs : src
18
- build-depends : base
19
- , brittany >= 0.13.1.0
20
+ build-depends : base >= 4.12 && < 5
21
+ , brittany >= 0.13.1.0
20
22
, filepath
21
23
, ghc
22
24
, ghc-boot-th
Original file line number Diff line number Diff line change @@ -14,7 +14,11 @@ license-file: LICENSE
14
14
build-type : Simple
15
15
extra-source-files :
16
16
README.md
17
- -- ChangeLog.md
17
+ test/golden/*.cabal
18
+ test/golden/*.yaml
19
+ test/golden/*.hs
20
+ test/golden/*.hs.expected
21
+
18
22
19
23
flag pedantic
20
24
description : Enable -Werror
You can’t perform that action at this time.
0 commit comments