open-browser: Open a web browser from Haskell.

[ bsd3, library, web ] [ Propose Tags ] [ Report a vulnerability ]

Open a web browser from Haskell. Currently BSD, Linux, OS X and Windows are supported.


[Skip to Readme]

Flags

Manual Flags

NameDescriptionDefault
example

Build the example application

Disabled

Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.1.0.0, 0.1.1.0, 0.1.2.0, 0.1.3.0, 0.1.4.0, 0.2.0.0, 0.2.1.0, 0.2.1.1, 0.3.0.0, 0.3.0.1, 0.4.0.0
Change log CHANGELOG.md
Dependencies base (>=4 && <5), open-browser, process (>=1 && <2), Win32 [details]
Tested with ghc >=7.6
License BSD-3-Clause
Author rightfold
Maintainer public@pilgrem.com
Category Web
Home page https://github.com/mpilgrem/open-browser
Bug tracker https://github.com/mpilgrem/open-browser/issues
Source repo head: git clone https://github.com/mpilgrem/open-browser
Uploaded by mpilgrem at 2025-03-15T23:51:37Z
Distributions Arch:0.2.1.1, Debian:0.2.1.0, Fedora:0.2.1.0, LTSHaskell:0.2.1.1, NixOS:0.2.1.0, Stackage:0.4.0.0
Reverse Dependencies 9 direct, 17 indirect [details]
Executables open-browser-example
Downloads 19336 total (25 in the last 30 days)
Rating 2.25 (votes: 2) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2025-03-16 [all 1 reports]

Readme for open-browser-0.2.1.1

[back to package description]

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.