Skip to content

Releases: ExtremaIS/bm-haskell

bm-haskell 0.2.0.0

27 May 21:59

Choose a tag to compare

Overview

bm is a utility for opening bookmarks and queries from the command line. The bookmarks and queries are configured hierarchically in YAML, and they are referenced using keyword prefixes. It allows you to quickly open bookmarks and perform search queries in your browser using only your keyboard.

See the README for details.

This Release

This release adds compatibility with the latest version of the optparse-applicative library.

There are no changes to the API or CLI.

Compatibility

To use this release with a Stackage snapshot that does not include it, add the following to your stack.yaml configuration:

extra-deps:
  - bm-0.2.0.0

Issues

There are no known issues at this time.

bm-haskell 0.1.1.0

23 Apr 08:22

Choose a tag to compare

Overview

bm is a utility for opening bookmarks and queries from the command line. The bookmarks and queries are configured hierarchically in YAML, and they are referenced using keyword prefixes. It allows you to quickly open bookmarks and perform search queries in your browser using only your keyboard.

See the README for details.

This Release

bm 0.1.0.2 was released more than one year ago, and a number of updates to dependency constraints have since been registered as Hackage revisions. This release also updates the package (tarball and main branch) to the latest state.

This release also includes changes to the project management infrastructure. One important change is that both lower and upper bounds of dependencies are now tested in CI.

There are no changes to the API or CLI.

Compatibility

Build software:

Software bm 0.1.0.2 bm 0.1.1.0
GHC 8.6.5 ~ 9.2.1 8.6.5 ~ 9.6.1
cabal-install 1.24 ~ 3.4 1.24 ~ 3.10

Library dependencies:

Package bm 0.1.0.2 bm 0.1.1.0
aeson >=1.4 && < 2.1 >=1.4.6 && < 2.2
base >=4.7 && <5 >=4.12 && <4.19
dlist >=0.8 && <1.1 >=0.8.0.4 && <1.1
network-uri >=2.6 && <2.7 >=2.6.2 && <2.7
scientific >=0.3 && <0.4 >=0.3.6.2 && <0.4
text >=1.2.3 && <2.1 >=1.2.3.1 && <2.1
transformers >=0.5.6 && <0.6 >=0.5.6.2 && <0.7
vector >=0.12 && <0.13 >=0.12.0.1 && <0.14

Executable dependencies:

Package bm 0.1.0.2 bm 0.1.1.0
ansi-wl-pprint >=0.6 && <0.7 >=0.6.8 && <0.7
directory >=1.3 && <1.4 >=1.3.3 && <1.4
filepath >=1.4 && <1.5 >=1.4.2.1 && <1.5
optparse-applicative >=0.14 && <0.18 >=0.14 && <0.18
typed-process >=0.2.6 && <0.3 >=0.2.6 && <0.3
yaml >=0.11 && <0.12 >=0.11.2 && <0.12

Test dependencies:

Package bm 0.1.0.2 bm 0.1.1.0
tasty >=1.0 && <1.5 >=1.2 && <1.5
tasty-hunit >=0.10 && <0.11 >=0.9 && <0.11

To use this release with a Stackage snapshot that does not include it, add the following to your stack.yaml configuration:

extra-deps:
  - bm-0.1.1.0

Issues

There are no known issues at this time.

bm-haskell 0.1.0.2

02 Mar 04:08

Choose a tag to compare

Overview

bm is a utility for opening bookmarks and queries from the command line. The bookmarks and queries are configured hierarchically in YAML, and they are referenced using keyword prefixes. It allows you to quickly open bookmarks and perform search queries in your browser using only your keyboard.

See the README for details.

This Release

This is a patch release that makes updates to the package infrastructure. The package is now published to Hackage and Stackage, and some dependency version upper bounds have been bumped. There are no changes to the API or CLI.

Dependency Versions

The following dependency version upper bounds have been bumped to support the latest versions.

Compatibility

bm is currently tested with GHC 8.6.5 through GHC 9.2.1. The .cabal file uses Cabal version 1.24 (included with GHC 8.2.2), so it should build fine on relatively old Haskell installations as well as current installations.

Issues

There are no known issues at this time.

bm-haskell 0.1.0.1

10 Oct 08:07

Choose a tag to compare

Overview

This is a minor release of bm that adds bounds to the dependencies, to make sure that builds do not break with breaking releases of dependencies (aeson). There are no changes to the code in this release.

bm-haskell 0.1.0.0

02 Jul 07:30

Choose a tag to compare

Overview

This is the first public release of bm.