An open API service indexing awesome lists of open source software.

https://github.com/scrive/scrive-prelude

This is scrive's common collection of function import we use the most.
https://github.com/scrive/scrive-prelude

Last synced: 8 months ago
JSON representation

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

Awesome Lists containing this project

README

          

# scrive-prelude

[![Actions Status](https://github.com/scrive/scrive-prelude/workflows/Build/badge.svg)](https://github.com/scrive/scrive-prelude/actions)

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:
```

## Development

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

Read [CONTRIBUTING.md](./CONTRIBUTING.md) for more details.