open-browser
open-browser copied to clipboard
Fails to open browser if running through torsocks
Steps to reproduce:
- torsocks cabal repl
- import Web.Browser
- openBrowser "http://haskell.org/" >>= print
The above only prints True
, but nothing opens. The above works (Firefox opens haskell.org if not running through torsocks
.