Commit ad2cbb4
committed
Make static linking of haskell_cabal_binary explicit
The runtime dependency resolution for `haskell_cabal_binary` doesn't
currently support dynamically linked haskell libraries, and expects
executables built by `haskell_cabal_binary` to be statically linked to
haskell dependencies. Make that explicit by an option to cabal.1 parent 4028464 commit ad2cbb4
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2136 | 2136 | | |
2137 | 2137 | | |
2138 | 2138 | | |
2139 | | - | |
| 2139 | + | |
2140 | 2140 | | |
2141 | 2141 | | |
2142 | 2142 | | |
| |||
0 commit comments