cabal-version: 1.22 -- This file has been generated from package.yaml by hpack version 0.34.2. -- -- see: https://github.com/sol/hpack name: microbase version: 4.15.0.0.1 synopsis: A minimal base to work around GHC bugs. description: 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. category: Prelude stability: cursed homepage: https://github.com/daig/microbase#readme bug-reports: https://github.com/daig/microbase/issues author: Dai maintainer: dai@sodality.cc copyright: 2021 Sodality license: MIT build-type: Simple source-repository head type: git location: https://github.com/daig/microbase library reexported-modules: System.IO , GHC.Base , GHC.Show , GHC.Read , GHC.Exts , Data.Foldable , Data.Traversable , GHC.TypeLits , Type.Reflection , Type.Reflection.Unsafe , Data.Data , Control.Applicative , Control.Monad , Control.Monad.Fix , Control.Monad.Zip , Control.Arrow , GHC.Records , GHC.Generics , GHC.Enum , GHC.Arr , GHC.Num , GHC.Real , Data.String , GHC.Stack.Types , GHC.Exception , GHC.Exception.Type , GHC.Int , GHC.Ptr , GHC.Stable , GHC.OverloadedLabels , Unsafe.Coerce , Data.Version , Control.Exception , System.Environment build-depends: base >=4.15.0.0 && <4.16 default-language: Haskell2010