From: ross Date: Wed, 7 Aug 2002 12:17:59 +0000 (+0000) Subject: [project @ 2002-08-07 12:17:59 by ross] X-Git-Tag: nhc98-1-18-release~911 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=2d320b8078c867adaae49e46b204b1935d8653a1;p=haskell-directory.git [project @ 2002-08-07 12:17:59 by ross] Renamed HugsStorable -> Hugs.Storable (copy of lib/exts/HugsStorable.hs) --- diff --git a/Foreign/Storable.hs b/Foreign/Storable.hs index c7d6f27..e59e7e4 100644 --- a/Foreign/Storable.hs +++ b/Foreign/Storable.hs @@ -49,7 +49,7 @@ import GHC.Err import GHC.IOBase import GHC.Base #elif defined(__HUGS__) -import HugsStorable +import Hugs.Storable #endif {- |