@hackage / microbase

A minimal base to work around GHC bugs.

Latest4.15.0.0.1

About

Metadata

  • Last updated , by dailectic
  • License MIT
  • Categories Prelude
  • Maintained by: dai@sodality.cc

  • Lottery factor: 0

Links

Installation

Readme

This package is a hyper-minimal version of base-noprelude. It merely reexports some hardwired modules needed downstream while hiding most things. For example, ghcid will not work without base:System.IO. It also reexports all the "magic" classes that work with stock deriving. Ideally this package wouldn't be needed because ghc-prim would contain everything hardwired, and base would be replaceable.