Popularity
6.8
Stable
Activity
0.0
Stable
2
12
1
Monthly Downloads: 7
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.
CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
Promo
coderabbit.ai

Do you think we are missing an alternative of preamble or a related project?
README
preamble
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: