Skip to content

Commit a48a8f7

Browse files
committed
Extended Eval Plugin (rebased to 0.7.1)
1 parent 0f07efc commit a48a8f7

Some content is hidden

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

60 files changed

+2986
-582
lines changed

haskell-language-server.cabal

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -289,6 +289,12 @@ executable haskell-language-server
289289
, time
290290
, transformers
291291
, unordered-containers
292+
, parser-combinators
293+
, pretty-simple
294+
, Diff
295+
, QuickCheck
296+
, ghc-paths
297+
292298

293299
include-dirs: include
294300
default-language: Haskell2010
@@ -374,6 +380,7 @@ test-suite func-test
374380
, tasty-ant-xml >=1.1.6
375381
, tasty-golden
376382
, tasty-rerun
383+
, QuickCheck
377384

378385
hs-source-dirs: test/functional plugins/tactics/src
379386

@@ -425,3 +432,7 @@ test-suite wrapper-test
425432
hs-source-dirs: test/wrapper
426433
main-is: Main.hs
427434
ghc-options: -Wall
435+
436+
437+
438+

0 commit comments

Comments
 (0)