name: rerebase version: 1 synopsis: Reexports from "base" with a bunch of other standard libraries description: This package can be used as a drop-in replacement for \"base\", with all the modules preserving the original APIs and being located in the original namespaces. homepage: https://github.com/nikita-volkov/rerebase bug-reports: https://github.com/nikita-volkov/rerebase/issues author: Nikita Volkov maintainer: Nikita Volkov copyright: (c) 2016, Nikita Volkov license: MIT license-file: LICENSE build-type: Simple cabal-version: >=1.10 source-repository head type: git location: git://github.com/nikita-volkov/rerebase.git library hs-source-dirs: library default-language: Haskell2010 exposed-modules: Prelude Data.List1 Data.Functor.Identity Data.Bifunctor Data.List Data.Hashable Data.IntMap.Strict Data.IntSet Data.Map.Strict Data.Sequence Data.Set Data.HashMap.Strict Data.HashSet Data.Vector Data.Vector.Mutable Data.ByteString Data.ByteString.Builder Data.ByteString.Char8 Data.ByteString.Lazy Data.ByteString.Lazy.Char8 Data.ByteString.Short Data.Text Data.Text.Encoding.Error Data.Text.Lazy Data.Text.Lazy.Builder Data.Time Data.Scientific Data.UUID Data.DList Data.Void Data.Void.Unsafe Data.Profunctor Data.Profunctor.Unsafe Data.Functor.Contravariant Data.Functor.Contravariant.Divisible Contravariant.Extras Data.Semigroup Data.List.NonEmpty Data.Bifunctor.Apply Data.Functor.Alt Data.Functor.Apply Data.Functor.Bind Data.Functor.Extend Data.Functor.Plus Data.Semigroup.Bifoldable Data.Semigroup.Bitraversable Data.Semigroup.Foldable Data.Semigroup.Traversable Data.Semigroupoid Control.DeepSeq Control.Monad.IO.Class Control.Monad.Trans.Class Control.Monad.Trans.Cont Control.Monad.Trans.Except Control.Monad.Trans.Maybe Control.Monad.Trans.Reader Control.Monad.Trans.State.Lazy Control.Monad.Trans.State.Strict Control.Monad.Trans.Writer.Lazy Control.Monad.Trans.Writer.Strict Control.Monad.Cont.Class Control.Monad.Error.Class Control.Monad.Reader.Class Control.Monad.State.Class Control.Monad.Writer.Class Control.Monad.Trans.Either Data.Either.Combinators Data.Either.Validation Control.Monad.Fail Control.Concurrent.STM build-depends: rebase == 1.0.*