microbase: A minimal base to work around GHC bugs.

[ library, mit, prelude ] [ Propose Tags ]

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 just be an optional standard library.

Modules

  • Control
    • Control.Applicative
    • Control.Arrow
    • Control.Monad
      • Control.Monad.Fix
  • Data
    • Data.Data
    • Data.Foldable
    • Data.Traversable
  • GHC
    • GHC.Base
    • GHC.Exts
    • GHC.Records
    • GHC.Show
    • GHC.TypeLits
  • System
    • System.IO
  • Type
    • Type.Reflection
      • Type.Reflection.Unsafe

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 4.14.0.0, 4.14.0.0.1, 4.14.0.0.2, 4.14.0.0.4, 4.14.0.0.6, 4.15.0.0.0, 4.15.0.0.1
Dependencies base (>=4.14.0.0 && <4.15) [details]
License MIT
Copyright 2020 Sodality
Author Dai
Maintainer dai@sodality.cc
Category Prelude
Home page https://github.com/daig/microbase
Bug tracker https://github.com/daig/microbase/issues
Source repo head: git clone https://github.com/daig/microbase
Uploaded by dailectic at 2020-04-01T17:02:10Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 1268 total (15 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs not available [build log]
All reported builds failed as of 2020-04-02 [all 3 reports]