open-browser icon indicating copy to clipboard operation
open-browser copied to clipboard

Haskell library for opening the web browser.

Results 1 open-browser issues
Sort by recently updated
recently updated
newest added

Steps to reproduce: 1. torsocks cabal repl 2. import Web.Browser 3. openBrowser "http://haskell.org/" >>= print The above only prints `True`, but nothing opens. The above works (Firefox opens [haskell.org](http://haskell.org) if...