rebase 1.7.1.1 → 1.7.2
raw patch · 3 files changed
+10/−1 lines, 3 files
Files
- library/Rebase/GHC/Records.hs +7/−0
- library/Rebase/Prelude.hs +1/−0
- rebase.cabal +2/−1
+ library/Rebase/GHC/Records.hs view
@@ -0,0 +1,7 @@+module Rebase.GHC.Records+(+ module GHC.Records+)+where++import GHC.Records
library/Rebase/Prelude.hs view
@@ -69,6 +69,7 @@ import Rebase.GHC.Exts as Exports (lazy, inline, sortWith, groupWith) import Rebase.GHC.Generics as Exports (Generic) import Rebase.GHC.IO.Exception as Exports+import Rebase.GHC.Records as Exports import Rebase.Numeric as Exports import Rebase.Numeric.Natural as Exports import Rebase.System.Environment as Exports
rebase.cabal view
@@ -1,5 +1,5 @@ name: rebase-version: 1.7.1.1+version: 1.7.2 synopsis: A more progressive alternative to the "base" package description: This package is intended for those who are tired of keeping@@ -379,6 +379,7 @@ Rebase.GHC.Ptr Rebase.GHC.Read Rebase.GHC.Real+ Rebase.GHC.Records Rebase.GHC.Show Rebase.GHC.ST Rebase.GHC.Stable