@@ -3,9 +3,9 @@ resolver: lts-14.27 # Last 8.6.5
3
3
packages :
4
4
- .
5
5
- ./hie-compat
6
- - ./ghcide
7
- - ./shake-bench
6
+ - ./ghcide/
8
7
- ./hls-plugin-api
8
+ # - ./shake-bench
9
9
- ./plugins/hls-class-plugin
10
10
- ./plugins/hls-eval-plugin
11
11
- ./plugins/hls-explicit-imports-plugin
@@ -35,9 +35,9 @@ extra-deps:
35
35
- ghc-check-0.5.0.1
36
36
- ghc-events-0.13.0
37
37
- ghc-exactprint-0.6.3.2
38
- - ghc-lib-8.10.2.20200916
39
- - ghc-lib-parser-8.10.2.20200916
40
- - ghc-lib-parser-ex-8.10.0.16
38
+ - ghc-lib-8.10.3.20201220
39
+ - ghc-lib-parser-8.10.3.20201220
40
+ - ghc-lib-parser-ex-8.10.0.17
41
41
- ghc-source-gen-0.4.0.0
42
42
- ghc-trace-events-0.1.2.1
43
43
- haddock-api-2.22.0@rev:1
@@ -69,8 +69,6 @@ extra-deps:
69
69
- regex-tdfa-1.3.1.0
70
70
- retrie-0.1.1.1
71
71
- semialign-1.1
72
- # - github: wz1000/shake
73
- # commit: fb3859dca2e54d1bbb2c873e68ed225fa179fbef
74
72
- stylish-haskell-0.12.2.0
75
73
- tasty-rerun-1.1.17
76
74
- temporary-1.2.1.1
@@ -80,12 +78,6 @@ extra-deps:
80
78
- with-utf8-1.0.2.1@sha256:95c02fffa643ddbeb092359802a512007c3e644cd509809f4716ad54592c437b,3057
81
79
- th-env-0.1.0.2@sha256:d8f1f37f42a8f1a22404d7d0579528af18f5dac7232cca6bdbd5117c115a0ad5,1370
82
80
83
- flags :
84
- haskell-language-server :
85
- pedantic : true
86
- retrie :
87
- BuildExecutable : false
88
-
89
81
configure-options :
90
82
ghcide :
91
83
- --disable-library-for-ghci
@@ -94,6 +86,12 @@ configure-options:
94
86
heapsize :
95
87
- --disable-library-for-ghci
96
88
89
+ flags :
90
+ haskell-language-server :
91
+ pedantic : true
92
+ retrie :
93
+ BuildExecutable : false
94
+
97
95
# allow-newer: true
98
96
99
97
nix :
0 commit comments