Skip to content

Commit 1267c73

Browse files
committed
Apply review suggestions
1 parent 8172bde commit 1267c73

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

ghcide/ghcide.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -263,8 +263,8 @@ executable ghcide
263263
default-language: Haskell2010
264264
hs-source-dirs: exe
265265
ghc-options:
266-
-threaded -Wall -Wincomplete-uni-patterns -Wno-name-shadowing
267-
-rtsopts "-with-rtsopts=-I0 -A128M -T" -Wunused-packages
266+
-threaded -Wall -Wincomplete-uni-patterns -Wno-name-shadowing -Wunused-packages
267+
-rtsopts "-with-rtsopts=-I0 -A128M -T"
268268

269269
-- allow user RTS overrides
270270
-- disable idle GC

plugins/hls-fourmolu-plugin/hls-fourmolu-plugin.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ library
3030
build-depends:
3131
, base >=4.12 && <5
3232
, filepath
33-
, fourmolu ^>= 0.14
33+
, fourmolu ^>= 0.14
3434
, ghc
3535
, ghc-boot-th
3636
, ghcide == 2.6.0.0

0 commit comments

Comments
 (0)