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 be replaceable.
Modules
- Control
- Control.Applicative
- Control.Arrow
- Control.Monad
- Control.Monad.Fix
- Data
- Data.Data
- Data.Foldable
- Data.String
- Data.Traversable
- GHC
- GHC.Arr
- GHC.Base
- GHC.Enum
- GHC.Exception
- GHC.Exception.Type
- GHC.Exts
- GHC.Generics
- GHC.Int
- GHC.Num
- GHC.Read
- GHC.Real
- GHC.Records
- GHC.Show
- Stack
- GHC.Stack.Types
- GHC.TypeLits
- System
- System.IO
- Type
- Type.Reflection
- Type.Reflection.Unsafe
- Type.Reflection
Downloads
- microbase-4.15.0.0.0.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.15.0.0 && <4.16) [details] |
License | MIT |
Copyright | 2021 Sodality |
Author | Dai |
Maintainer | dai@sodality.cc |
Category | Prelude |
Home page | https://github.com/daig/microbase#readme |
Bug tracker | https://github.com/daig/microbase/issues |
Source repo | head: git clone https://github.com/daig/microbase |
Uploaded | by dailectic at 2021-01-21T00:10:44Z |
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 2021-01-21 [all 3 reports] |