File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ cabal-version: 1.12
4
4
--
5
5
-- see: https://github.com/sol/hpack
6
6
--
7
- -- hash: 9da40c309046377d92b7f821cb757c7f0e7d46ee05cb86a09cb46aa3c804eb92
7
+ -- hash: fe5d392200e78c3beacc6e0c5952d2dce8f3814bb05456e7eb772441a35f862e
8
8
9
9
name : demo-hls-jump-to-definition
10
10
version : 0.1.0.0
@@ -53,9 +53,11 @@ test-suite demo-hls-jump-to-definition-test
53
53
main-is : Spec.hs
54
54
other-modules :
55
55
SpecHelper
56
+ Lib
56
57
Paths_demo_hls_jump_to_definition
57
58
hs-source-dirs :
58
59
test
60
+ src
59
61
ghc-options : -threaded -rtsopts -with-rtsopts=-N
60
62
build-depends :
61
63
base >= 4.7 && < 5
Original file line number Diff line number Diff line change @@ -39,7 +39,9 @@ executables:
39
39
tests :
40
40
demo-hls-jump-to-definition-test :
41
41
main : Spec.hs
42
- source-dirs : test
42
+ source-dirs :
43
+ - test
44
+ - src
43
45
ghc-options :
44
46
- -threaded
45
47
- -rtsopts
You can’t perform that action at this time.
0 commit comments