[project @ 2001-09-13 11:37:08 by simonmar]
authorsimonmar <unknown>
Thu, 13 Sep 2001 11:37:08 +0000 (11:37 +0000)
committersimonmar <unknown>
Thu, 13 Sep 2001 11:37:08 +0000 (11:37 +0000)
add missing import; make it compile

System/Mem/StableName.hs

index 12d2df1..0544ea9 100644 (file)
@@ -8,7 +8,7 @@
 -- Stability   :  experimental
 -- Portability :  non-portable
 --
--- $Id: StableName.hs,v 1.1 2001/06/28 14:15:04 simonmar Exp $
+-- $Id: StableName.hs,v 1.2 2001/09/13 11:37:08 simonmar Exp $
 --
 -- Giving an object a stable (GC-invariant) name.
 --
@@ -22,6 +22,8 @@ module System.Mem.StableName
 
 import Prelude
 
+import Data.Dynamic
+
 #ifdef __GLASGOW_HASKELL__
 import GHC.Base                ( Int(..) )
 import GHC.IOBase      ( IO(..) )