Skip to content

Commit

Permalink
ghc-api cleanups
Browse files Browse the repository at this point in the history
  • Loading branch information
pepeiborra committed May 9, 2021
1 parent 9698c16 commit c4b667e
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 29 deletions.
6 changes: 0 additions & 6 deletions ghcide/ghcide.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -133,8 +133,6 @@ library
hs-source-dirs:
src
session-loader
include-dirs:
include
exposed-modules:
Control.Concurrent.Strict
Generics.SYB.GHC
Expand Down Expand Up @@ -252,8 +250,6 @@ benchmark benchHist

executable ghcide
default-language: Haskell2010
include-dirs:
include
hs-source-dirs: exe
ghc-options:
-threaded
Expand Down Expand Up @@ -369,7 +365,6 @@ test-suite ghcide-tests
record-dot-preprocessor,
record-hasfield
hs-source-dirs: test/cabal test/exe test/src bench/lib
include-dirs: include
ghc-options: -threaded -Wall -Wno-name-shadowing -O0 -Wno-unticked-promoted-constructors
main-is: Main.hs
other-modules:
Expand Down Expand Up @@ -415,7 +410,6 @@ executable ghcide-bench
shake,
text
hs-source-dirs: bench/lib bench/exe
include-dirs: include
ghc-options: -threaded -Wall -Wno-name-shadowing -rtsopts
main-is: Main.hs
other-modules:
Expand Down
1 change: 0 additions & 1 deletion haskell-language-server.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,6 @@ executable haskell-language-server
, transformers
, unordered-containers

include-dirs: include
default-language: Haskell2010
default-extensions: DataKinds, TypeOperators

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ library
, unordered-containers

default-language: Haskell2010
include-dirs: include
default-extensions:
DataKinds
TypeOperators
10 changes: 0 additions & 10 deletions plugins/hls-explicit-imports-plugin/include/ghc-api-version.h

This file was deleted.

1 change: 0 additions & 1 deletion plugins/hls-retrie-plugin/hls-retrie-plugin.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ library
, unordered-containers

default-language: Haskell2010
include-dirs: include
default-extensions:
DataKinds
TypeOperators
Expand Down
10 changes: 0 additions & 10 deletions plugins/hls-retrie-plugin/include/ghc-api-version.h

This file was deleted.

0 comments on commit c4b667e

Please sign in to comment.