Popularity
8.2
Declining
Activity
2.3
-
31
6
16

Monthly Downloads: 19
Programming language: Haskell
License: BSD 3-clause "New" or "Revised" License
Tags: Network    
Latest version: v0.5.0

consul-haskell alternatives and similar packages

Based on the "Networking" category.
Alternatively, view consul-haskell alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of consul-haskell or a related project?

Add another 'Networking' Package

README

Build Status

consul-haskell package: A consul client for Haskell

This package is a work-in-progress, but much of the functionality works.

It was originally made by Alpha Heavy Industries and maintainance is helped by @nh2 with partial time sponsoring from FP Complete.

Testing

stack test; you need to have consul on PATH.

If you don't want to care about such dependencies, install Nix, set up NUR (see [shell.nix](shell.nix)) and run:

stack --nix-shell-file shell.nix test

which will provide all needed programs for you.