/scrive-prelude

This is scrive's common collection of function import we use the most.

Primary LanguageHaskellBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

scrive-prelude

Actions Status

This library includes every datatype and function needed by Scrive projects.

Using this library

To use this library, include the following snippet in your cabal.project:

source-repository-package
    type: git
    location: git@github.com:scrive/scrive-prelude
    tag: <a git tag>

Development

The Makefile holds the most frequent commands. Type make help to get a summary of available commands.

Read CONTRIBUTING.md for more details.