Skip to content

ghc-api cleanups cleanup #1816

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 9, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions ghcide/ghcide.cabal
Original file line number Diff line number Diff line change
@@ -133,8 +133,6 @@ library
hs-source-dirs:
src
session-loader
include-dirs:
include
exposed-modules:
Control.Concurrent.Strict
Generics.SYB.GHC
@@ -252,8 +250,6 @@ benchmark benchHist

executable ghcide
default-language: Haskell2010
include-dirs:
include
hs-source-dirs: exe
ghc-options:
-threaded
@@ -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:
@@ -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:
1 change: 0 additions & 1 deletion haskell-language-server.cabal
Original file line number Diff line number Diff line change
@@ -348,7 +348,6 @@ executable haskell-language-server
, transformers
, unordered-containers

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

Original file line number Diff line number Diff line change
@@ -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
@@ -34,7 +34,6 @@ library
, unordered-containers

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

This file was deleted.