Skip to content

Latest commit

 

History

History
41 lines (26 loc) · 811 Bytes

README.md

File metadata and controls

41 lines (26 loc) · 811 Bytes

JsonLogic

test lint

JsonLogic library for Haskell

Packages

This repository holds the packages for:

  • jsonlogic
  • jsonlogic-aeson

Example

See the example project for extra context. Or the example from the core project.

Run tests

Run all package tests:

cabal test all

Build

build all packages:

cabal build all

Documentation

To build all documentation run:

cabal haddock all