BSD-3-Clause licensed by rightfold
This version can be pinned in stack with:open-browser-0.2.1.1@sha256:5b6ade9c872ff68b1c1c2ac7cd51441ae1ab7557020e744a3f60413938b9121c,1564
Module documentation for 0.2.1.1
open-browser
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.
Changelog for open-browser
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog ,
and this project adheres to the
Haskell Package Versioning Policy .
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).
URL in example executable updated to https://www.haskell.org/ .
0.2.1.0 - 2016-01-05
As released by rightfold on Hackage. This entry and prior change log is
reconstructed.
Support GHC versions before GHC 8.0.
Add support for 32-bit Windows.
0.2.0.0 - 2015-07-31
Remote deprecated Network.Browser.openBrowser
.
0.1.4.0 - 2015-07-30
On Linux, silence xdg-open
.
0.1.3.0 - 2015-07-27
Add support for BSD and Windows.
0.1.2.0 - 2015-07-27
Web.Browser.openBrowser
added and Network.Browser.openBrowser
deprecated.
0.1.1.0 - 2015-07-27
0.1.0.0 - 2015-07-25
Initial version. Only OS X supported.
Stackage is a service provided by the
Haskell Foundation
│ Originally developed by
FP Complete