File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3434
3535
3636 - name : Build Server
37- run : cabal build exe:haskell-language-server
37+ run : cabal build exe:haskell-language-server -O2 --ghc-options='-static'
3838
3939 - name : Find Server Binary
4040 id : find_server_binary
5555
5656 - name : Build Wrapper
5757 if : matrix.ghc == '8.10.1'
58- run : cabal build exe:haskell-language-server-wrapper
58+ run : cabal build exe:haskell-language-server-wrapper -O2 --ghc-options='-static'
5959
6060 - name : Find Wrapper Binary
6161 if : matrix.ghc == '8.10.1'
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ source-repository-package
1616source-repository-package
1717 type : git
1818 location : https://github.com/bubba/hie-bios.git
19- tag : 69d689a5a2f46d1ca5ceac2becda9d38613ff66a
19+ tag : c9411178
2020
2121tests : true
2222documentation : true
You can’t perform that action at this time.
0 commit comments