Skip to content

JTeeuwissen/json-logic-haskell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

71 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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