tfausak / purple-yolk

:hatching_chick: A Haskell IDE for Visual Studio Code.
https://marketplace.visualstudio.com/items?itemName=taylorfausak.purple-yolk
MIT License
26 stars 2 forks source link

Fix default GHC options #21

Closed tfausak closed 4 years ago

tfausak commented 4 years ago

Fixes #19.

This shouldn't be necessary, but it's a pretty easy thing to work around. Instead of passing quoted options and potentially having those quotes misinterpreted, each GHC option can be passed separately.