MIT licensed and maintained by Nikita Volkov
This version can be pinned in stack with:base-prelude-1.6.1.1@sha256:16edf926f7af3bd838aca17cf96f206730f141e99f672529b64f6d99e3cb0e87,1707

Module documentation for 1.6.1.1

Depends on 1 package(full list with versions):

A library which aims to reexport all the non-conflicting and most general definitions from the "base" package. This includes APIs for applicatives, arrows, monoids, foldables, traversables, exceptions, generics, ST, MVars and STM. This package will never have any dependencies other than "base". Besides a rich prelude it provides limited ones like BasePrelude.DataTypes, which only exports the data-types defined across the "base" package, and BasePrelude.Operators, which only exports the common operators. Versioning policy The versioning policy of this package deviates from PVP in the sense that its exports in part are transitively determined by the version of "base". Therefore it's recommended for the users of "base-prelude" to specify the bounds of "base" as well.

Changes