X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Flib%2Fstd%2FSystem.lhs;h=41373d193440b41c7bec0e76c9956d04cace38a7;hb=e921b2e307532e0f30eefa88b11a124be592bde4;hp=e62b7d4311c2c86c90caa0003742d37defc54cab;hpb=f7989a6dea8c43352f363117d9bb07439953ccdc;p=ghc-hetmet.git diff --git a/ghc/lib/std/System.lhs b/ghc/lib/std/System.lhs index e62b7d4..41373d1 100644 --- a/ghc/lib/std/System.lhs +++ b/ghc/lib/std/System.lhs @@ -25,7 +25,7 @@ import Prelude import PrelAddr import PrelIOBase ( IOError(..), IOErrorType(..), constructErrorAndFailWithInfo, stToIO ) import PrelPack ( unpackCString, unpackCStringST, packString ) -import PrelArr ( ByteArray ) +import PrelByteArr ( ByteArray ) type PrimByteArray = ByteArray Int