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.
- Host: GitHub
- URL: https://github.com/scrive/scrive-prelude
- Owner: scrive
- License: bsd-3-clause
- Created: 2022-04-25T08:54:28.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2024-11-13T12:02:02.000Z (over 1 year ago)
- Last Synced: 2025-04-02T06:21:36.888Z (about 1 year ago)
- Language: Haskell
- Size: 23.4 KB
- Stars: 10
- Watchers: 22
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# scrive-prelude
[](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.