aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/haskell/haskell.qbs
diff options
context:
space:
mode:
authorEike Ziller <eike.ziller@qt.io>2019-10-24 12:03:52 +0200
committerEike Ziller <eike.ziller@qt.io>2019-10-24 12:31:14 +0000
commitd59eb32ce6271f8f7069b4d526ba767ae59c8aed (patch)
tree5a36f4ba921cac301751d05d91d7b0eefaa66340 /plugins/haskell/haskell.qbs
parent126fe0fa0b58e3d70ca1109336f784d5659c846f (diff)
Remove support for ghc-mod
ghc-mod is no longer active and doesn't even compile against newer GHC versions. Use haskell-ide-engine and Qt Creator's language protocol client instead. Change-Id: I5776ec8375c732b8066d09e629148ae222e981c5 Reviewed-by: hjk <hjk@qt.io>
Diffstat (limited to 'plugins/haskell/haskell.qbs')
-rw-r--r--plugins/haskell/haskell.qbs7
1 files changed, 0 insertions, 7 deletions
diff --git a/plugins/haskell/haskell.qbs b/plugins/haskell/haskell.qbs
index d2296a9..30eb832 100644
--- a/plugins/haskell/haskell.qbs
+++ b/plugins/haskell/haskell.qbs
@@ -11,19 +11,12 @@ QtcPlugin {
Depends { name: "ProjectExplorer" }
files: [
- "filecache.cpp", "filecache.h",
- "followsymbol.cpp", "followsymbol.h",
- "ghcmod.cpp", "ghcmod.h",
"haskell.qrc",
"haskellbuildconfiguration.cpp", "haskellbuildconfiguration.h",
- "haskellcompletionassist.cpp", "haskellcompletionassist.h",
"haskellconstants.h",
- "haskelldocument.cpp", "haskelldocument.h",
"haskelleditorfactory.cpp", "haskelleditorfactory.h",
- "haskelleditorwidget.cpp", "haskelleditorwidget.h",
"haskell_global.h",
"haskellhighlighter.cpp", "haskellhighlighter.h",
- "haskellhoverhandler.cpp", "haskellhoverhandler.h",
"haskellmanager.cpp", "haskellmanager.h",
"haskellplugin.cpp", "haskellplugin.h",
"haskellproject.cpp", "haskellproject.h",