microbase: A minimal base to work around GHC bugs.
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.Arr
- GHC.Base
- GHC.Enum
- GHC.Err
- GHC.Exception
- GHC.Exception.Type
- GHC.Exts
- GHC.Generics
- GHC.Num
- GHC.Read
- GHC.Real
- GHC.Records
- GHC.Show
- GHC.TypeLits
- System
- System.IO
- Type
- Type.Reflection
- Type.Reflection.Unsafe
- Type.Reflection
Downloads
- microbase-4.14.0.0.6.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
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-28T07:25:04Z |
Distributions | |
Reverse Dependencies | 1 direct, 0 indirect [details] |
Downloads | 1377 total (23 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-28 [all 3 reports] |