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

eval-so/cruncher-types

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Request and Response types for eval.so's API.

Resources

License

Stars

Watchers

Forks

Packages

No packages published