We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8172bde commit 1267c73Copy full SHA for 1267c73
ghcide/ghcide.cabal
@@ -263,8 +263,8 @@ executable ghcide
263
default-language: Haskell2010
264
hs-source-dirs: exe
265
ghc-options:
266
- -threaded -Wall -Wincomplete-uni-patterns -Wno-name-shadowing
267
- -rtsopts "-with-rtsopts=-I0 -A128M -T" -Wunused-packages
+ -threaded -Wall -Wincomplete-uni-patterns -Wno-name-shadowing -Wunused-packages
+ -rtsopts "-with-rtsopts=-I0 -A128M -T"
268
269
-- allow user RTS overrides
270
-- disable idle GC
plugins/hls-fourmolu-plugin/hls-fourmolu-plugin.cabal
@@ -30,7 +30,7 @@ library
30
build-depends:
31
, base >=4.12 && <5
32
, filepath
33
- , fourmolu ^>= 0.14
+ , fourmolu ^>= 0.14
34
, ghc
35
, ghc-boot-th
36
, ghcide == 2.6.0.0
0 commit comments