Skip to content

Commit 9848239

Browse files
committed
Extended Eval Plugin (seen changes)
1 parent d0fb85e commit 9848239

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

53 files changed

+2965
-703
lines changed

Diff for: haskell-language-server.cabal

+20
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,16 @@ executable haskell-language-server
8484
hs-source-dirs: exe plugins/default/src
8585
other-modules:
8686
Ide.Plugin.Eval
87+
Ide.Plugin.Eval.Code
88+
Ide.Plugin.Eval.CodeLens
89+
Ide.Plugin.Eval.GHC
90+
Ide.Plugin.Eval.Parse.Option
91+
Ide.Plugin.Eval.Parse.Parser
92+
Ide.Plugin.Eval.Parse.Section
93+
Ide.Plugin.Eval.Parse.Token
94+
Ide.Plugin.Eval.Tutorial
95+
Ide.Plugin.Eval.Types
96+
Ide.Plugin.Eval.Util
8797
Ide.Plugin.Example
8898
Ide.Plugin.Example2
8999
Ide.Plugin.Floskell
@@ -144,6 +154,12 @@ executable haskell-language-server
144154
, time
145155
, transformers
146156
, unordered-containers
157+
-- , ghc-exactprint
158+
, parser-combinators
159+
, pretty-simple
160+
, Diff == 0.4.*
161+
-- , ghc-paths
162+
, QuickCheck
147163

148164
if flag(agpl)
149165
build-depends: brittany
@@ -281,3 +297,7 @@ test-suite wrapper-test
281297
hs-source-dirs: test/wrapper
282298
main-is: Main.hs
283299
ghc-options: -Wall
300+
301+
302+
303+

0 commit comments

Comments
 (0)