rerebase 1.2 → 1.2.1
raw patch · 75 files changed
+594/−2 lines, 75 filesdep ~rebase
Dependency ranges changed: rebase
Files
- library/Control/Monad/ST/Lazy/Safe.hs +7/−0
- library/Control/Monad/ST/Safe.hs +7/−0
- library/Foreign/ForeignPtr/Safe.hs +7/−0
- library/Foreign/Marshal/Safe.hs +7/−0
- library/Foreign/Safe.hs +7/−0
- library/GHC/Arr.hs +7/−0
- library/GHC/Base.hs +7/−0
- library/GHC/Char.hs +7/−0
- library/GHC/Conc.hs +7/−0
- library/GHC/Conc/IO.hs +7/−0
- library/GHC/Conc/Signal.hs +7/−0
- library/GHC/Conc/Sync.hs +7/−0
- library/GHC/ConsoleHandler.hs +7/−0
- library/GHC/Constants.hs +7/−0
- library/GHC/Desugar.hs +7/−0
- library/GHC/Enum.hs +7/−0
- library/GHC/Environment.hs +7/−0
- library/GHC/Err.hs +7/−0
- library/GHC/Exception.hs +7/−0
- library/GHC/Exts.hs +7/−0
- library/GHC/Fingerprint.hs +7/−0
- library/GHC/Fingerprint/Type.hs +7/−0
- library/GHC/Float.hs +7/−0
- library/GHC/Float/ConversionUtils.hs +7/−0
- library/GHC/Float/RealFracMethods.hs +7/−0
- library/GHC/Foreign.hs +7/−0
- library/GHC/ForeignPtr.hs +7/−0
- library/GHC/GHCi.hs +7/−0
- library/GHC/Generics.hs +7/−0
- library/GHC/IO.hs +7/−0
- library/GHC/IO/Buffer.hs +7/−0
- library/GHC/IO/BufferedIO.hs +7/−0
- library/GHC/IO/Device.hs +7/−0
- library/GHC/IO/Encoding.hs +7/−0
- library/GHC/IO/Encoding/CodePage.hs +7/−0
- library/GHC/IO/Encoding/Failure.hs +7/−0
- library/GHC/IO/Encoding/Iconv.hs +7/−0
- library/GHC/IO/Encoding/Latin1.hs +7/−0
- library/GHC/IO/Encoding/Types.hs +7/−0
- library/GHC/IO/Encoding/UTF16.hs +7/−0
- library/GHC/IO/Encoding/UTF32.hs +7/−0
- library/GHC/IO/Encoding/UTF8.hs +7/−0
- library/GHC/IO/Exception.hs +7/−0
- library/GHC/IO/FD.hs +7/−0
- library/GHC/IO/Handle.hs +7/−0
- library/GHC/IO/Handle/FD.hs +7/−0
- library/GHC/IO/Handle/Internals.hs +7/−0
- library/GHC/IO/Handle/Text.hs +7/−0
- library/GHC/IO/Handle/Types.hs +7/−0
- library/GHC/IO/IOMode.hs +7/−0
- library/GHC/IOArray.hs +7/−0
- library/GHC/IORef.hs +7/−0
- library/GHC/Int.hs +7/−0
- library/GHC/List.hs +7/−0
- library/GHC/MVar.hs +7/−0
- library/GHC/Num.hs +7/−0
- library/GHC/PArr.hs +7/−0
- library/GHC/Pack.hs +7/−0
- library/GHC/Profiling.hs +7/−0
- library/GHC/Ptr.hs +7/−0
- library/GHC/Read.hs +7/−0
- library/GHC/Real.hs +7/−0
- library/GHC/ST.hs +7/−0
- library/GHC/STRef.hs +7/−0
- library/GHC/Show.hs +7/−0
- library/GHC/Stable.hs +7/−0
- library/GHC/Stack.hs +7/−0
- library/GHC/Stats.hs +7/−0
- library/GHC/Storable.hs +7/−0
- library/GHC/TopHandler.hs +7/−0
- library/GHC/TypeLits.hs +7/−0
- library/GHC/Unicode.hs +7/−0
- library/GHC/Weak.hs +7/−0
- library/GHC/Word.hs +7/−0
- rerebase.cabal +76/−2
+ library/Control/Monad/ST/Lazy/Safe.hs view
@@ -0,0 +1,7 @@+module Control.Monad.ST.Lazy.Safe+(+ module Rebase.Control.Monad.ST.Lazy.Safe+)+where++import Rebase.Control.Monad.ST.Lazy.Safe
+ library/Control/Monad/ST/Safe.hs view
@@ -0,0 +1,7 @@+module Control.Monad.ST.Safe+(+ module Rebase.Control.Monad.ST.Safe+)+where++import Rebase.Control.Monad.ST.Safe
+ library/Foreign/ForeignPtr/Safe.hs view
@@ -0,0 +1,7 @@+module Foreign.ForeignPtr.Safe+(+ module Rebase.Foreign.ForeignPtr.Safe+)+where++import Rebase.Foreign.ForeignPtr.Safe
+ library/Foreign/Marshal/Safe.hs view
@@ -0,0 +1,7 @@+module Foreign.Marshal.Safe+(+ module Rebase.Foreign.Marshal.Safe+)+where++import Rebase.Foreign.Marshal.Safe
+ library/Foreign/Safe.hs view
@@ -0,0 +1,7 @@+module Foreign.Safe+(+ module Rebase.Foreign.Safe+)+where++import Rebase.Foreign.Safe
+ library/GHC/Arr.hs view
@@ -0,0 +1,7 @@+module GHC.Arr+(+ module Rebase.GHC.Arr+)+where++import Rebase.GHC.Arr
+ library/GHC/Base.hs view
@@ -0,0 +1,7 @@+module GHC.Base+(+ module Rebase.GHC.Base+)+where++import Rebase.GHC.Base
+ library/GHC/Char.hs view
@@ -0,0 +1,7 @@+module GHC.Char+(+ module Rebase.GHC.Char+)+where++import Rebase.GHC.Char
+ library/GHC/Conc.hs view
@@ -0,0 +1,7 @@+module GHC.Conc+(+ module Rebase.GHC.Conc+)+where++import Rebase.GHC.Conc
+ library/GHC/Conc/IO.hs view
@@ -0,0 +1,7 @@+module GHC.Conc.IO+(+ module Rebase.GHC.Conc.IO+)+where++import Rebase.GHC.Conc.IO
+ library/GHC/Conc/Signal.hs view
@@ -0,0 +1,7 @@+module GHC.Conc.Signal+(+ module Rebase.GHC.Conc.Signal+)+where++import Rebase.GHC.Conc.Signal
+ library/GHC/Conc/Sync.hs view
@@ -0,0 +1,7 @@+module GHC.Conc.Sync+(+ module Rebase.GHC.Conc.Sync+)+where++import Rebase.GHC.Conc.Sync
+ library/GHC/ConsoleHandler.hs view
@@ -0,0 +1,7 @@+module GHC.ConsoleHandler+(+ module Rebase.GHC.ConsoleHandler+)+where++import Rebase.GHC.ConsoleHandler
+ library/GHC/Constants.hs view
@@ -0,0 +1,7 @@+module GHC.Constants+(+ module Rebase.GHC.Constants+)+where++import Rebase.GHC.Constants
+ library/GHC/Desugar.hs view
@@ -0,0 +1,7 @@+module GHC.Desugar+(+ module Rebase.GHC.Desugar+)+where++import Rebase.GHC.Desugar
+ library/GHC/Enum.hs view
@@ -0,0 +1,7 @@+module GHC.Enum+(+ module Rebase.GHC.Enum+)+where++import Rebase.GHC.Enum
+ library/GHC/Environment.hs view
@@ -0,0 +1,7 @@+module GHC.Environment+(+ module Rebase.GHC.Environment+)+where++import Rebase.GHC.Environment
+ library/GHC/Err.hs view
@@ -0,0 +1,7 @@+module GHC.Err+(+ module Rebase.GHC.Err+)+where++import Rebase.GHC.Err
+ library/GHC/Exception.hs view
@@ -0,0 +1,7 @@+module GHC.Exception+(+ module Rebase.GHC.Exception+)+where++import Rebase.GHC.Exception
+ library/GHC/Exts.hs view
@@ -0,0 +1,7 @@+module GHC.Exts+(+ module Rebase.GHC.Exts+)+where++import Rebase.GHC.Exts
+ library/GHC/Fingerprint.hs view
@@ -0,0 +1,7 @@+module GHC.Fingerprint+(+ module Rebase.GHC.Fingerprint+)+where++import Rebase.GHC.Fingerprint
+ library/GHC/Fingerprint/Type.hs view
@@ -0,0 +1,7 @@+module GHC.Fingerprint.Type+(+ module Rebase.GHC.Fingerprint.Type+)+where++import Rebase.GHC.Fingerprint.Type
+ library/GHC/Float.hs view
@@ -0,0 +1,7 @@+module GHC.Float+(+ module Rebase.GHC.Float+)+where++import Rebase.GHC.Float
+ library/GHC/Float/ConversionUtils.hs view
@@ -0,0 +1,7 @@+module GHC.Float.ConversionUtils+(+ module Rebase.GHC.Float.ConversionUtils+)+where++import Rebase.GHC.Float.ConversionUtils
+ library/GHC/Float/RealFracMethods.hs view
@@ -0,0 +1,7 @@+module GHC.Float.RealFracMethods+(+ module Rebase.GHC.Float.RealFracMethods+)+where++import Rebase.GHC.Float.RealFracMethods
+ library/GHC/Foreign.hs view
@@ -0,0 +1,7 @@+module GHC.Foreign+(+ module Rebase.GHC.Foreign+)+where++import Rebase.GHC.Foreign
+ library/GHC/ForeignPtr.hs view
@@ -0,0 +1,7 @@+module GHC.ForeignPtr+(+ module Rebase.GHC.ForeignPtr+)+where++import Rebase.GHC.ForeignPtr
+ library/GHC/GHCi.hs view
@@ -0,0 +1,7 @@+module GHC.GHCi+(+ module Rebase.GHC.GHCi+)+where++import Rebase.GHC.GHCi
+ library/GHC/Generics.hs view
@@ -0,0 +1,7 @@+module GHC.Generics+(+ module Rebase.GHC.Generics+)+where++import Rebase.GHC.Generics
+ library/GHC/IO.hs view
@@ -0,0 +1,7 @@+module GHC.IO+(+ module Rebase.GHC.IO+)+where++import Rebase.GHC.IO
+ library/GHC/IO/Buffer.hs view
@@ -0,0 +1,7 @@+module GHC.IO.Buffer+(+ module Rebase.GHC.IO.Buffer+)+where++import Rebase.GHC.IO.Buffer
+ library/GHC/IO/BufferedIO.hs view
@@ -0,0 +1,7 @@+module GHC.IO.BufferedIO+(+ module Rebase.GHC.IO.BufferedIO+)+where++import Rebase.GHC.IO.BufferedIO
+ library/GHC/IO/Device.hs view
@@ -0,0 +1,7 @@+module GHC.IO.Device+(+ module Rebase.GHC.IO.Device+)+where++import Rebase.GHC.IO.Device
+ library/GHC/IO/Encoding.hs view
@@ -0,0 +1,7 @@+module GHC.IO.Encoding+(+ module Rebase.GHC.IO.Encoding+)+where++import Rebase.GHC.IO.Encoding
+ library/GHC/IO/Encoding/CodePage.hs view
@@ -0,0 +1,7 @@+module GHC.IO.Encoding.CodePage+(+ module Rebase.GHC.IO.Encoding.CodePage+)+where++import Rebase.GHC.IO.Encoding.CodePage
+ library/GHC/IO/Encoding/Failure.hs view
@@ -0,0 +1,7 @@+module GHC.IO.Encoding.Failure+(+ module Rebase.GHC.IO.Encoding.Failure+)+where++import Rebase.GHC.IO.Encoding.Failure
+ library/GHC/IO/Encoding/Iconv.hs view
@@ -0,0 +1,7 @@+module GHC.IO.Encoding.Iconv+(+ module Rebase.GHC.IO.Encoding.Iconv+)+where++import Rebase.GHC.IO.Encoding.Iconv
+ library/GHC/IO/Encoding/Latin1.hs view
@@ -0,0 +1,7 @@+module GHC.IO.Encoding.Latin1+(+ module Rebase.GHC.IO.Encoding.Latin1+)+where++import Rebase.GHC.IO.Encoding.Latin1
+ library/GHC/IO/Encoding/Types.hs view
@@ -0,0 +1,7 @@+module GHC.IO.Encoding.Types+(+ module Rebase.GHC.IO.Encoding.Types+)+where++import Rebase.GHC.IO.Encoding.Types
+ library/GHC/IO/Encoding/UTF16.hs view
@@ -0,0 +1,7 @@+module GHC.IO.Encoding.UTF16+(+ module Rebase.GHC.IO.Encoding.UTF16+)+where++import Rebase.GHC.IO.Encoding.UTF16
+ library/GHC/IO/Encoding/UTF32.hs view
@@ -0,0 +1,7 @@+module GHC.IO.Encoding.UTF32+(+ module Rebase.GHC.IO.Encoding.UTF32+)+where++import Rebase.GHC.IO.Encoding.UTF32
+ library/GHC/IO/Encoding/UTF8.hs view
@@ -0,0 +1,7 @@+module GHC.IO.Encoding.UTF8+(+ module Rebase.GHC.IO.Encoding.UTF8+)+where++import Rebase.GHC.IO.Encoding.UTF8
+ library/GHC/IO/Exception.hs view
@@ -0,0 +1,7 @@+module GHC.IO.Exception+(+ module Rebase.GHC.IO.Exception+)+where++import Rebase.GHC.IO.Exception
+ library/GHC/IO/FD.hs view
@@ -0,0 +1,7 @@+module GHC.IO.FD+(+ module Rebase.GHC.IO.FD+)+where++import Rebase.GHC.IO.FD
+ library/GHC/IO/Handle.hs view
@@ -0,0 +1,7 @@+module GHC.IO.Handle+(+ module Rebase.GHC.IO.Handle+)+where++import Rebase.GHC.IO.Handle
+ library/GHC/IO/Handle/FD.hs view
@@ -0,0 +1,7 @@+module GHC.IO.Handle.FD+(+ module Rebase.GHC.IO.Handle.FD+)+where++import Rebase.GHC.IO.Handle.FD
+ library/GHC/IO/Handle/Internals.hs view
@@ -0,0 +1,7 @@+module GHC.IO.Handle.Internals+(+ module Rebase.GHC.IO.Handle.Internals+)+where++import Rebase.GHC.IO.Handle.Internals
+ library/GHC/IO/Handle/Text.hs view
@@ -0,0 +1,7 @@+module GHC.IO.Handle.Text+(+ module Rebase.GHC.IO.Handle.Text+)+where++import Rebase.GHC.IO.Handle.Text
+ library/GHC/IO/Handle/Types.hs view
@@ -0,0 +1,7 @@+module GHC.IO.Handle.Types+(+ module Rebase.GHC.IO.Handle.Types+)+where++import Rebase.GHC.IO.Handle.Types
+ library/GHC/IO/IOMode.hs view
@@ -0,0 +1,7 @@+module GHC.IO.IOMode+(+ module Rebase.GHC.IO.IOMode+)+where++import Rebase.GHC.IO.IOMode
+ library/GHC/IOArray.hs view
@@ -0,0 +1,7 @@+module GHC.IOArray+(+ module Rebase.GHC.IOArray+)+where++import Rebase.GHC.IOArray
+ library/GHC/IORef.hs view
@@ -0,0 +1,7 @@+module GHC.IORef+(+ module Rebase.GHC.IORef+)+where++import Rebase.GHC.IORef
+ library/GHC/Int.hs view
@@ -0,0 +1,7 @@+module GHC.Int+(+ module Rebase.GHC.Int+)+where++import Rebase.GHC.Int
+ library/GHC/List.hs view
@@ -0,0 +1,7 @@+module GHC.List+(+ module Rebase.GHC.List+)+where++import Rebase.GHC.List
+ library/GHC/MVar.hs view
@@ -0,0 +1,7 @@+module GHC.MVar+(+ module Rebase.GHC.MVar+)+where++import Rebase.GHC.MVar
+ library/GHC/Num.hs view
@@ -0,0 +1,7 @@+module GHC.Num+(+ module Rebase.GHC.Num+)+where++import Rebase.GHC.Num
+ library/GHC/PArr.hs view
@@ -0,0 +1,7 @@+module GHC.PArr+(+ module Rebase.GHC.PArr+)+where++import Rebase.GHC.PArr
+ library/GHC/Pack.hs view
@@ -0,0 +1,7 @@+module GHC.Pack+(+ module Rebase.GHC.Pack+)+where++import Rebase.GHC.Pack
+ library/GHC/Profiling.hs view
@@ -0,0 +1,7 @@+module GHC.Profiling+(+ module Rebase.GHC.Profiling+)+where++import Rebase.GHC.Profiling
+ library/GHC/Ptr.hs view
@@ -0,0 +1,7 @@+module GHC.Ptr+(+ module Rebase.GHC.Ptr+)+where++import Rebase.GHC.Ptr
+ library/GHC/Read.hs view
@@ -0,0 +1,7 @@+module GHC.Read+(+ module Rebase.GHC.Read+)+where++import Rebase.GHC.Read
+ library/GHC/Real.hs view
@@ -0,0 +1,7 @@+module GHC.Real+(+ module Rebase.GHC.Real+)+where++import Rebase.GHC.Real
+ library/GHC/ST.hs view
@@ -0,0 +1,7 @@+module GHC.ST+(+ module Rebase.GHC.ST+)+where++import Rebase.GHC.ST
+ library/GHC/STRef.hs view
@@ -0,0 +1,7 @@+module GHC.STRef+(+ module Rebase.GHC.STRef+)+where++import Rebase.GHC.STRef
+ library/GHC/Show.hs view
@@ -0,0 +1,7 @@+module GHC.Show+(+ module Rebase.GHC.Show+)+where++import Rebase.GHC.Show
+ library/GHC/Stable.hs view
@@ -0,0 +1,7 @@+module GHC.Stable+(+ module Rebase.GHC.Stable+)+where++import Rebase.GHC.Stable
+ library/GHC/Stack.hs view
@@ -0,0 +1,7 @@+module GHC.Stack+(+ module Rebase.GHC.Stack+)+where++import Rebase.GHC.Stack
+ library/GHC/Stats.hs view
@@ -0,0 +1,7 @@+module GHC.Stats+(+ module Rebase.GHC.Stats+)+where++import Rebase.GHC.Stats
+ library/GHC/Storable.hs view
@@ -0,0 +1,7 @@+module GHC.Storable+(+ module Rebase.GHC.Storable+)+where++import Rebase.GHC.Storable
+ library/GHC/TopHandler.hs view
@@ -0,0 +1,7 @@+module GHC.TopHandler+(+ module Rebase.GHC.TopHandler+)+where++import Rebase.GHC.TopHandler
+ library/GHC/TypeLits.hs view
@@ -0,0 +1,7 @@+module GHC.TypeLits+(+ module Rebase.GHC.TypeLits+)+where++import Rebase.GHC.TypeLits
+ library/GHC/Unicode.hs view
@@ -0,0 +1,7 @@+module GHC.Unicode+(+ module Rebase.GHC.Unicode+)+where++import Rebase.GHC.Unicode
+ library/GHC/Weak.hs view
@@ -0,0 +1,7 @@+module GHC.Weak+(+ module Rebase.GHC.Weak+)+where++import Rebase.GHC.Weak
+ library/GHC/Word.hs view
@@ -0,0 +1,7 @@+module GHC.Word+(+ module Rebase.GHC.Word+)+where++import Rebase.GHC.Word
rerebase.cabal view
@@ -1,7 +1,7 @@ name: rerebase version:- 1.2+ 1.2.1 synopsis: Reexports from "base" with a bunch of other standard libraries description:@@ -79,7 +79,9 @@ Control.Monad.Signatures Control.Monad.ST Control.Monad.ST.Lazy+ Control.Monad.ST.Lazy.Safe Control.Monad.ST.Lazy.Unsafe+ Control.Monad.ST.Safe Control.Monad.ST.Strict Control.Monad.ST.Unsafe Control.Monad.State@@ -288,17 +290,89 @@ Foreign.C.Types Foreign.Concurrent Foreign.ForeignPtr+ Foreign.ForeignPtr.Safe Foreign.ForeignPtr.Unsafe Foreign.Marshal Foreign.Marshal.Alloc Foreign.Marshal.Array Foreign.Marshal.Error Foreign.Marshal.Pool+ Foreign.Marshal.Safe Foreign.Marshal.Unsafe Foreign.Marshal.Utils Foreign.Ptr+ Foreign.Safe Foreign.StablePtr Foreign.Storable+ GHC.Arr+ GHC.Base+ GHC.Char+ GHC.Conc+ GHC.Conc.IO+ GHC.Conc.Signal+ GHC.Conc.Sync+ GHC.ConsoleHandler+ GHC.Constants+ GHC.Desugar+ GHC.Enum+ GHC.Environment+ GHC.Err+ GHC.Exception+ GHC.Exts+ GHC.Fingerprint+ GHC.Fingerprint.Type+ GHC.Float+ GHC.Float.ConversionUtils+ GHC.Float.RealFracMethods+ GHC.Foreign+ GHC.ForeignPtr+ GHC.Generics+ GHC.GHCi+ GHC.Int+ GHC.IO+ GHC.IO.Buffer+ GHC.IO.BufferedIO+ GHC.IO.Device+ GHC.IO.Encoding+ GHC.IO.Encoding.CodePage+ GHC.IO.Encoding.Failure+ GHC.IO.Encoding.Iconv+ GHC.IO.Encoding.Latin1+ GHC.IO.Encoding.Types+ GHC.IO.Encoding.UTF16+ GHC.IO.Encoding.UTF32+ GHC.IO.Encoding.UTF8+ GHC.IO.Exception+ GHC.IO.FD+ GHC.IO.Handle+ GHC.IO.Handle.FD+ GHC.IO.Handle.Internals+ GHC.IO.Handle.Text+ GHC.IO.Handle.Types+ GHC.IO.IOMode+ GHC.IOArray+ GHC.IORef+ GHC.List+ GHC.MVar+ GHC.Num+ GHC.Pack+ GHC.PArr+ GHC.Profiling+ GHC.Ptr+ GHC.Read+ GHC.Real+ GHC.Show+ GHC.ST+ GHC.Stable+ GHC.Stack+ GHC.Stats+ GHC.Storable+ GHC.STRef+ GHC.TopHandler+ GHC.TypeLits+ GHC.Unicode+ GHC.Weak+ GHC.Word Numeric Prelude System.Console.GetOpt@@ -326,4 +400,4 @@ exposed: False build-depends:- rebase >= 1.2 && < 1.3+ rebase >= 1.2.2 && < 1.3