open-browser-0.2.1.1: Open a web browser from Haskell.
Safe HaskellSafe-Inferred
LanguageHaskell2010

Web.Browser

Synopsis

Documentation

openBrowser Source #

Arguments

:: String

URL

-> IO Bool 

Seeks to open the given URL in the user's preferred web browser. Returns whether or not the operation succeeded. Throws an ErrorCall exception if the operating system is unsupported.