File tree 7 files changed +50
-42
lines changed
hls-stylish-haskell-plugin 7 files changed +50
-42
lines changed Original file line number Diff line number Diff line change @@ -34,6 +34,7 @@ library
34
34
hs-source-dirs : src
35
35
build-depends :
36
36
, aeson
37
+ , async
37
38
, base
38
39
, blaze-markup
39
40
, bytestring
@@ -59,7 +60,6 @@ library
59
60
, temporary
60
61
, text
61
62
, unordered-containers
62
- , async
63
63
64
64
ghc-options : -Wall
65
65
Original file line number Diff line number Diff line change 1
- cabal-version : 2.4
2
- name : hls-brittany-plugin
3
- version : 1.0.0.0
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>
6
- license : Apache-2.0
7
- license-file : LICENSE
8
- author : The Haskell IDE Team
9
- copyright : The Haskell IDE Team
10
-
11
- category : Development
12
- build-type : Simple
1
+ cabal-version : 2.4
2
+ name : hls-brittany-plugin
3
+ version : 1.0.0.0
4
+ synopsis : Integration with the Brittany code formatter
5
+ description :
6
+ Please see the README on GitHub at <https://github.com/haskell/haskell-language-server#readme>
7
+
8
+ license : Apache-2.0
9
+ license-file : LICENSE
10
+ author : The Haskell IDE Team
11
+ copyright : The Haskell IDE Team
12
+
13
+ category : Development
14
+ build-type : Simple
13
15
extra-source-files :
14
16
LICENSE
15
17
test/testdata/**/*.hs
16
18
17
19
library
18
20
exposed-modules : Ide.Plugin.Brittany
19
21
hs-source-dirs : src
20
- build-depends : base >= 4.12 && < 5
21
- , brittany >= 0.13.1.0
22
- , filepath
23
- , ghc
24
- , ghc-boot-th
25
- , ghcide ^>= 1.1.0.0
26
- , lsp-types
27
- , hls-plugin-api >= 1.0 && < 1.2
28
- , lens
29
- , text
30
- , transformers
22
+ build-depends :
23
+ , base >= 4.12 && < 5
24
+ , brittany >= 0.13.1.0
25
+ , filepath
26
+ , ghc
27
+ , ghc-boot-th
28
+ , ghcide ^>= 1.1.0.0
29
+ , hls-plugin-api >= 1.0 && < 1.2
30
+ , lens
31
+ , lsp-types
32
+ , text
33
+ , transformers
31
34
32
35
default-language : Haskell2010
33
36
34
37
test-suite tests
35
- type : exitcode-stdio-1.0
36
- default-language : Haskell2010
37
- hs-source-dirs : test
38
- main-is : Main.hs
38
+ type : exitcode-stdio-1.0
39
+ default-language : Haskell2010
40
+ hs-source-dirs : test
41
+ main-is : Main.hs
42
+ ghc-options : -threaded -rtsopts -with-rtsopts=-N
39
43
build-depends :
40
44
, base
41
45
, bytestring
42
46
, hls-brittany-plugin
43
- , text
44
47
, hls-test-utils
48
+ , text
Original file line number Diff line number Diff line change @@ -50,6 +50,7 @@ test-suite tests
50
50
default-language : Haskell2010
51
51
hs-source-dirs : test
52
52
main-is : Main.hs
53
+ ghc-options : -threaded -rtsopts -with-rtsopts=-N
53
54
build-depends :
54
55
, base
55
56
, bytestring
Original file line number Diff line number Diff line change @@ -19,11 +19,11 @@ build-type: Simple
19
19
extra-source-files :
20
20
LICENSE
21
21
README.md
22
- test/testdata/*.yaml
23
- test/testdata/*.hs
22
+ test/testdata/*.cabal
24
23
test/testdata/*.expected
24
+ test/testdata/*.hs
25
25
test/testdata/*.lhs
26
- test/testdata/*.cabal
26
+ test/testdata/*.yaml
27
27
28
28
flag pedantic
29
29
description : Enable -Werror
@@ -93,11 +93,11 @@ library
93
93
TypeOperators
94
94
95
95
test-suite tests
96
- type : exitcode-stdio-1.0
97
- default-language : Haskell2010
98
- hs-source-dirs : test
99
- main-is : Main.hs
100
-
96
+ type : exitcode-stdio-1.0
97
+ default-language : Haskell2010
98
+ hs-source-dirs : test
99
+ main-is : Main.hs
100
+ ghc-options : -threaded -rtsopts -with-rtsopts=-N
101
101
build-depends :
102
102
, aeson
103
103
, base
Original file line number Diff line number Diff line change @@ -45,6 +45,7 @@ test-suite tests
45
45
default-language : Haskell2010
46
46
hs-source-dirs : test
47
47
main-is : Main.hs
48
+ ghc-options : -threaded -rtsopts -with-rtsopts=-N
48
49
build-depends :
49
50
, base
50
51
, bytestring
Original file line number Diff line number Diff line change @@ -19,8 +19,8 @@ category: Development
19
19
build-type : Simple
20
20
extra-source-files :
21
21
LICENSE
22
- test/testdata/*.expected
23
22
test/testdata/*.error
23
+ test/testdata/*.expected
24
24
test/testdata/*.hs
25
25
test/testdata/*.yaml
26
26
@@ -58,10 +58,11 @@ library
58
58
TypeOperators
59
59
60
60
test-suite tests
61
- type : exitcode-stdio-1.0
62
- default-language : Haskell2010
63
- hs-source-dirs : test
64
- main-is : Main.hs
61
+ type : exitcode-stdio-1.0
62
+ default-language : Haskell2010
63
+ hs-source-dirs : test
64
+ main-is : Main.hs
65
+ ghc-options : -threaded -rtsopts -with-rtsopts=-N
65
66
build-depends :
66
67
, base
67
68
, directory
Original file line number Diff line number Diff line change @@ -36,6 +36,7 @@ test-suite tests
36
36
default-language : Haskell2010
37
37
hs-source-dirs : test
38
38
main-is : Main.hs
39
+ ghc-options : -threaded -rtsopts -with-rtsopts=-N
39
40
build-depends :
40
41
, base
41
42
, bytestring
You can’t perform that action at this time.
0 commit comments