Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 637 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 637 Bytes

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.