b4af46 ghc-base-compat-0.9.3 base

Merged and Committed by Packit 3 years ago
64 files changed. 3064 lines added. 0 lines removed.
CHANGES.markdown
file added
+117
LICENSE
file added
+19
README.markdown
file added
+282
Setup.lhs
file added
+3
base-compat.cabal
file added
+136
src/Control/Concurrent/Compat.hs
file added
+44
src/Control/Concurrent/MVar/Compat.hs
file added
+28
src/Control/Monad/Compat.hs
file added
+192
src/Control/Monad/ST/Lazy/Unsafe/Compat.hs
file added
+12
src/Control/Monad/ST/Unsafe/Compat.hs
file added
+13
src/Data/Bits/Compat.hs
file added
+126
src/Data/Bool/Compat.hs
file added
+18
src/Data/Complex/Compat.hs
file added
+50
src/Data/Either/Compat.hs
file added
+63
src/Data/Foldable/Compat.hs
file added
+53
src/Data/Function/Compat.hs
file added
+19
src/Data/Functor/Compat.hs
file added
+22
src/Data/Functor/Const/Compat.hs
file added
+4
src/Data/IORef/Compat.hs
file added
+42
src/Data/List/Compat.hs
file added
+202
src/Data/Monoid/Compat.hs
file added
+20
src/Data/Proxy/Compat.hs
file added
+27
src/Data/Ratio/Compat.hs
file added
+32
src/Data/STRef/Compat.hs
file added
+21
src/Data/String/Compat.hs
file added
+15
src/Data/Type/Coercion/Compat.hs
file added
+22
src/Data/Version/Compat.hs
file added
+16
src/Data/Word/Compat.hs
file added
+42
src/Debug/Trace/Compat.hs
file added
+77
src/Foreign/Compat.hs
file added
+8
src/Foreign/ForeignPtr/Compat.hs
file added
+27
src/Foreign/ForeignPtr/Safe/Compat.hs
file added
+34
src/Foreign/ForeignPtr/Unsafe/Compat.hs
file added
+11
src/Foreign/Marshal/Alloc/Compat.hs
file added
+43
src/Foreign/Marshal/Array/Compat.hs
file added
+28
src/Foreign/Marshal/Compat.hs
file added
+12
src/Foreign/Marshal/Safe/Compat.hs
file added
+16
src/Foreign/Marshal/Unsafe/Compat.hs
file added
+11
src/Foreign/Marshal/Utils/Compat.hs
file added
+25
src/Numeric/Compat.hs
file added
+99
src/Prelude/Compat.hs
file added
+311
src/System/Environment/Compat.hs
file added
+135
src/System/Exit/Compat.hs
file added
+20
src/System/IO/Unsafe/Compat.hs
file added
+35
src/Text/Read/Compat.hs
file added
+58
test/Control/Monad/CompatSpec.hs
file added
+16
test/Data/Bits/CompatSpec.hs
file added
+34
test/Data/Bool/CompatSpec.hs
file added
+18
test/Data/Either/CompatSpec.hs
file added
+25
test/Data/Foldable/CompatSpec.hs
file added
+13
test/Data/Function/CompatSpec.hs
file added
+13
test/Data/Functor/CompatSpec.hs
file added
+17
test/Data/IORef/CompatSpec.hs
file added
+22
test/Data/List/CompatSpec.hs
file added
+43
test/Data/Monoid/CompatSpec.hs
file added
+16
test/Data/STRef/CompatSpec.hs
file added
+19
test/Data/Version/CompatSpec.hs
file added
+10
test/Data/Word/CompatSpec.hs
file added
+22
test/Foreign/Marshal/Alloc/CompatSpec.hs
file added
+17
test/Foreign/Marshal/Utils/CompatSpec.hs
file added
+20
test/Numeric/CompatSpec.hs
file added
+24
test/Spec.hs
file added
+1
test/System/Environment/CompatSpec.hs
file added
+120
test/Text/Read/CompatSpec.hs
file added
+24
    ghc-base-compat-0.9.3 base
    
        
file added
+117
file added
+19
file added
+282
file added
+3
file added
+136
file added
+311
file added
+1