A Haskell library that provides the function openBrowser that, given a URL,
yields an IO action that seeks to open the URL in the user’s preferred web
browser.
Supported operating systems are Windows, macOS, Linux and BSD.
Originally developed by rightfold.
Changes
Changelog for open-browser
All notable changes to this project will be documented in this file.
Make operating system-related choices at compilation. The function will never
succeed on unsupported operating systems, rather than than throwing an
ErrorCall exception.
Drop support for 32-bit Windows.
0.2.1.1 - 2025-03-15
Add CHANGELOG.md and README.md.
Add stack.yaml and stack.yaml.lock to package description.
Example executable renamed open-browser-example (from example).
The building of the example executable now requires Cabal flag example
(default: false).