File tree Expand file tree Collapse file tree 1 file changed +39
-32
lines changed Expand file tree Collapse file tree 1 file changed +39
-32
lines changed Original file line number Diff line number Diff line change 1- name : hls-install
2- version : 0.8.0.0
3- synopsis : Install the haskell-language-server
4- license : BSD3
5- author : Many, TBD when we release
6- 7- copyright : 2019
8- build-type : Simple
9- cabal-version : >= 2.0
1+ name : hls-install
2+ version : 0.8.0.0
3+ synopsis : Install the haskell-language-server
4+ license : BSD3
5+ author : Many, TBD when we release
6+ 7+ copyright : 2019
8+ build-type : Simple
9+ cabal-version : >= 2.0
1010
1111library
12- hs-source-dirs : src
13- exposed-modules : HlsInstall
14- other-modules : BuildSystem
15- , Stack
16- , Version
17- , Cabal
18- , Print
19- , Env
20- , Help
21- build-depends : base >= 4.9 && < 5
22- , shake >= 0.16.4 && < 0.19
23- , directory
24- , filepath
25- , extra
26- , text
27- default-extensions : LambdaCase
28- , TupleSections
29- , RecordWildCards
30- default-language : Haskell2010
12+ hs-source-dirs : src
13+ exposed-modules : HlsInstall
14+ other-modules :
15+ BuildSystem
16+ Cabal
17+ Env
18+ Help
19+ Print
20+ Stack
21+ Version
22+
23+ build-depends :
24+ base >= 4.9 && < 5
25+ , directory
26+ , extra
27+ , filepath
28+ , shake >= 0.17.5
29+ , text
30+
31+ default-extensions :
32+ LambdaCase
33+ RecordWildCards
34+ TupleSections
35+
36+ default-language : Haskell2010
3137
3238 if flag(run-from-stack)
33- cpp-options : -DRUN_FROM_STACK
39+ cpp-options : -DRUN_FROM_STACK
40+
3441 else
3542 build-depends : cabal-install-parsers
3643
3744flag run-from-stack
38- description : Inform the application that it is run from stack
39- default : False
40- manual : True
45+ description : Inform the application that it is run from stack
46+ default : False
47+ manual : True
You can’t perform that action at this time.
0 commit comments