Skip to content

Commit 94ca744

Browse files
authored
ghc-api cleanups (#1816)
1 parent 9698c16 commit 94ca744

File tree

6 files changed

+0
-29
lines changed

6 files changed

+0
-29
lines changed

ghcide/ghcide.cabal

-6
Original file line numberDiff line numberDiff line change
@@ -133,8 +133,6 @@ library
133133
hs-source-dirs:
134134
src
135135
session-loader
136-
include-dirs:
137-
include
138136
exposed-modules:
139137
Control.Concurrent.Strict
140138
Generics.SYB.GHC
@@ -252,8 +250,6 @@ benchmark benchHist
252250

253251
executable ghcide
254252
default-language: Haskell2010
255-
include-dirs:
256-
include
257253
hs-source-dirs: exe
258254
ghc-options:
259255
-threaded
@@ -369,7 +365,6 @@ test-suite ghcide-tests
369365
record-dot-preprocessor,
370366
record-hasfield
371367
hs-source-dirs: test/cabal test/exe test/src bench/lib
372-
include-dirs: include
373368
ghc-options: -threaded -Wall -Wno-name-shadowing -O0 -Wno-unticked-promoted-constructors
374369
main-is: Main.hs
375370
other-modules:
@@ -415,7 +410,6 @@ executable ghcide-bench
415410
shake,
416411
text
417412
hs-source-dirs: bench/lib bench/exe
418-
include-dirs: include
419413
ghc-options: -threaded -Wall -Wno-name-shadowing -rtsopts
420414
main-is: Main.hs
421415
other-modules:

haskell-language-server.cabal

-1
Original file line numberDiff line numberDiff line change
@@ -348,7 +348,6 @@ executable haskell-language-server
348348
, transformers
349349
, unordered-containers
350350

351-
include-dirs: include
352351
default-language: Haskell2010
353352
default-extensions: DataKinds, TypeOperators
354353

plugins/hls-explicit-imports-plugin/hls-explicit-imports-plugin.cabal

-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ library
2929
, unordered-containers
3030

3131
default-language: Haskell2010
32-
include-dirs: include
3332
default-extensions:
3433
DataKinds
3534
TypeOperators

plugins/hls-explicit-imports-plugin/include/ghc-api-version.h

-10
This file was deleted.

plugins/hls-retrie-plugin/hls-retrie-plugin.cabal

-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ library
3434
, unordered-containers
3535

3636
default-language: Haskell2010
37-
include-dirs: include
3837
default-extensions:
3938
DataKinds
4039
TypeOperators

plugins/hls-retrie-plugin/include/ghc-api-version.h

-10
This file was deleted.

0 commit comments

Comments
 (0)