unleash-client-haskell-core: Unleash feature toggle client core

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

This is a library for evaluating Unleash feature toggles. The Unleash module provides functions and types for checking feature toggles and variants.


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.8.9, 0.9.0, 0.10.0, 0.11.0, 0.12.0
Change log CHANGELOG.md
Dependencies aeson (>=2.0.3 && <2.3), base (>=4.7 && <5), containers (>=0.6.4 && <0.7), murmur3 (>=1.0.5 && <1.1), random (>=1.2.1 && <1.3), text (>=1.2.5 && <2.2), text-show (>=3.9.7 && <3.12), time (>=1.9.3 && <1.13), versions (>=5.0.4 && <6.1) [details]
License MIT
Copyright Copyright © FINN.no AS, Inc. All rights reserved.
Author FINN.no
Maintainer See README.md
Category Web
Home page https://github.com/finn-no/unleash-client-haskell-core
Source repo head: git clone https://github.com/finn-no/unleash-client-haskell-core
Uploaded by evenbrenden at 2025-01-21T14:30:23Z
Distributions NixOS:0.11.0
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 155 total (25 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user
Build status unknown [no reports yet]

Readme for unleash-client-haskell-core-0.12.0

[back to package description]

unleash-client-haskell-core

This is a library for evaluating Unleash feature toggles. It currently meets all client specifications per v5.0.0, except:

  • Strategy variants
  • Dependent features

The Unleash module provides functions and types for checking feature toggles and variants.

Does not include an HTTP client. See unleash-client-haskell for a ready-to-use Haskell Unleash client SDK.

Available on Hackage.

Build

nix-build

Run tests

# Fetch Unleash specification
git submodule init
git submodule update

nix-shell
cabal test

Maintainers

Dependencies

  • aeson (BSD-3-Clause)
  • aeson-pretty (BSD-3-Clause)
  • attoparsec (BSD-3-Clause)
  • bytestring (BSD-3-Clause)
  • containers (BSD-3-Clause)
  • hspec (MIT)
  • murmur3 (MIT)
  • random (BSD-3-Clause)
  • text (BSD-2-Clause)
  • text-show (BSD-3-Clause)
  • time (BSD-2-Clause)
  • versions (BSD-3-Clause)