tbarnetlamb / hyphen

hyphen - access Haskell modules from Python
GNU General Public License v2.0
91 stars 9 forks source link

Fix find_and_load_haskell_source on linux #3

Closed tbarnetlamb closed 6 years ago

tbarnetlamb commented 6 years ago

find_and_load_haskell_source did not work on linux, because the GHCi library expects its symbols to be loaded globally, but the default in linux is the opposite. Fix this.