@hackage base-compat-batteries0.15.0
base-compat with extra batteries
Categories
License
MIT
Maintainer
Simon Hengel <sol@typeful.net>, João Cristóvão <jmacristovao@gmail.com>, Ryan Scott <ryan.gl.scott@gmail.com>
Links
Versions
Installation
Tested Compilers
Dependencies (8)
- OneTuple >=0.4 && <0.5
- base >=4.9 && <5
- base-compat ==0.15.0
- bifunctor-classes-compat >=0.1 && <0.2
- contravariant >=1.5 && <1.6
- foldable1-classes-compat >=0.1 && <0.2 Show all…
Dependents (27)
@hackage/wai-middleware-clacks, @hackage/hledger, @hackage/constraint-tuples, @hackage/scotty, @hackage/streaming-base64, @hackage/semirings, Show all…
base-compat with extra batteries
Scope
base-compat-batteries provides functions available in later versions of
base to a wider range of compilers, without requiring you to use CPP
pragmas in your code.
This package provides the same API as the
base-compat library, but
depends on compatibility packages (such as semigroups) to offer a wider
support window than base-compat, which has no dependencies.
Like base-compat, base-compat-batteries does not add any orphan instances.
There is a separate package
base-orphans for that.
See here
for a more comprehensive list of differences between base-compat and
base-compat-batteries.