[project @ 2003-08-30 23:01:48 by ross]
[haskell-directory.git] / Data / STRef.hs
index a13bc56..3edfb87 100644 (file)
@@ -32,7 +32,7 @@ import GHC.STRef
 import Hugs.ST
 #endif
 
-import Data.Dynamic
+import Data.Typeable
 
 #include "Typeable.h"
 INSTANCE_TYPEABLE2(STRef,stRefTc,"STRef")