File tree Expand file tree Collapse file tree 1 file changed +2
-20
lines changed Expand file tree Collapse file tree 1 file changed +2
-20
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ homepage:
14
14
https://github.com/haskell/haskell-language-server/tree/master/ghcide#readme
15
15
16
16
bug-reports : https://github.com/haskell/haskell-language-server/issues
17
- tested-with : GHC == 9.8.1 || == 9.6.4 || == 9.4.8 || == 9.2.8
17
+ tested-with : GHC == 9.8.1 || == 9.6.4 || == 9.4.8 || == 9.2.8
18
18
extra-source-files :
19
19
CHANGELOG.md
20
20
README.md
@@ -215,11 +215,8 @@ library
215
215
Development.IDE.Types.Action
216
216
217
217
if flag(pedantic)
218
- -- We eventually want to build with Werror fully, but we haven't
219
- -- finished purging the warnings, so some are set to not be errors
220
- -- for now
221
218
ghc-options :
222
- -Werror -Wwarn=unused-packages
219
+ -Werror
223
220
224
221
if flag(ekg)
225
222
build-depends :
@@ -283,13 +280,6 @@ executable ghcide
283
280
if !flag(executable)
284
281
buildable : False
285
282
286
- if flag(ekg)
287
- build-depends :
288
- , ekg-core
289
- , ekg-wai
290
-
291
- cpp-options : -DMONITORING_EKG
292
-
293
283
test-suite ghcide-tests
294
284
import : warnings
295
285
type : exitcode-stdio-1.0
@@ -310,14 +300,6 @@ test-suite ghcide-tests
310
300
, extra
311
301
, filepath
312
302
, fuzzy
313
- --------------------------------------------------------------
314
- -- The MIN_VERSION_ghc macro relies on MIN_VERSION pragmas
315
- -- which require depending on ghc. So the tests need to depend
316
- -- on ghc if they need to use MIN_VERSION_ghc. Maybe a
317
- -- better solution can be found, but this is a quick solution
318
- -- which works for now.
319
- --------------------------------------------------------------
320
- , ghc
321
303
, ghcide
322
304
, hls-plugin-api
323
305
, lens
You can’t perform that action at this time.
0 commit comments