Popularity
6.9
Stable
Activity
0.0
Stable
2
12
1

Monthly Downloads: 159
Programming language: Haskell
License: MIT License
Tags: Prelude    

preamble alternatives and similar packages

Based on the "Prelude" category.
Alternatively, view preamble alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of preamble or a related project?

Add another 'Prelude' Package

README

preamble

Build status

Yet another prelude. Builds on basic-prelude with common capabilities for monadic contexts and logging.

Development

preamble has a shakefile/makefile to provide convience around building and testing:

# build the project's libraries, executables, and tests
$ ./Shakefile.hs build-tests-error

# test the project
$ ./Shakefile.hs tests-error

# start an interpreter with the project's libraries, executables, and tests loaded
$ ./Shakefile.hs ghci-tests

# clean the project
$ ./Shakefile.hs clean

# lint the project source code
$ ./Shakefile.hs lint

# format the project source code
$ ./Shakefile.hs format

Dependencies

To build and test preamble, the following dependencies may be required: