Skip to content
This repository has been archived by the owner on Apr 21, 2020. It is now read-only.

Latest commit

 

History

History
19 lines (13 loc) · 893 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 893 Bytes

cruncher-types

Build Status Hackage

This provides the Request, Result, and FinalResult types that Cruncher depends on.

The reason it is a separate library is that other libraries can make use of these as well, to interface with http://eval.so/ via Haskell.

Since we already export Aeson instances for these types, there is no reason to make library authors re-create them, and they are guaranteed to work with the JSON API, since this is what is used in production.

Rather than making people depend on Cruncher to take advantage of this (and all of its dependencies), we just make Cruncher depend on this separate library.

Like Cruncher, this library is licensed BSD-3.