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) [details]
License MIT
Copyright 2020 Sodality
Author Dai
Maintainer daig@sodality.cc
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-01T16:27:38Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 1286 total (18 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-01 [all 2 reports]