From 2d320b8078c867adaae49e46b204b1935d8653a1 Mon Sep 17 00:00:00 2001 From: ross Date: Wed, 7 Aug 2002 12:17:59 +0000 Subject: [PATCH] [project @ 2002-08-07 12:17:59 by ross] Renamed HugsStorable -> Hugs.Storable (copy of lib/exts/HugsStorable.hs) --- Foreign/Storable.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {- | -- 1.7.10.4