Popularity
6.9
Declining
Activity
0.0
Stable
2
12
1
Monthly Downloads: 4
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.
-
relude
๐ Safe, performant, user-friendly and lightweight Haskell standard library -
base-prelude
The most complete prelude formed only from the "base" package -
mtl-prelude
Reexports of most definitions from "mtl" and "transformers" -
papa-prelude-semigroupoids
Prelude with only useful functions -
papa-prelude-semigroups
Prelude with only useful functions -
papa-implement
All implemented modules and others with multiple dependencies -
papa-bifunctors-implement
Useful bifunctors functions reimplemented -
papa-semigroupoids-export
export useful functions from semigroupoids -
papa-semigroupoids-implement
Useful semigroupoids functions reimplemented -
papa-bifunctors-export
export useful functions from bifunctors -
heart-app
An opinionated app prelude and framework in the UnliftIO style -
microbase
A minimal base reexporting hardwired stuff to get around GHC bugs -
preludeplus
Non-partial Prelude with List functions generalized to MonadPlus. -
lifted-protolude
A sensible set of defaults for writing lifted custom Preludes.
Collect and Analyze Billions of Data Points in Real Time
Manage all types of time series data in a single, purpose-built database. Run at any scale in any environment in the cloud, on-premises, or at the edge.
Promo
www.influxdata.com
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: