aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/haskell/haskell.pro
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/haskell/haskell.pro')
-rw-r--r--plugins/haskell/haskell.pro12
1 files changed, 10 insertions, 2 deletions
diff --git a/plugins/haskell/haskell.pro b/plugins/haskell/haskell.pro
index aa92d3c..0fd3737 100644
--- a/plugins/haskell/haskell.pro
+++ b/plugins/haskell/haskell.pro
@@ -5,18 +5,26 @@ DEFINES += HASKELL_LIBRARY
SOURCES += \
haskellcompletionassist.cpp \
haskelleditorfactory.cpp \
+ haskellhoverhandler.cpp \
haskellplugin.cpp \
haskellhighlighter.cpp \
- haskelltokenizer.cpp
+ haskelltokenizer.cpp \
+ ghcmod.cpp \
+ haskellmanager.cpp \
+ haskelldocument.cpp
HEADERS += \
haskell_global.h \
haskellcompletionassist.h \
haskellconstants.h \
haskelleditorfactory.h \
+ haskellhoverhandler.h \
haskellplugin.h \
haskellhighlighter.h \
- haskelltokenizer.h
+ haskelltokenizer.h \
+ ghcmod.h \
+ haskellmanager.h \
+ haskelldocument.h
## uncomment to build plugin into user config directory
## <localappdata>/plugins/<ideversion>