Remove unused imports
[ghc-hetmet.git] / compiler / utils / Serialized.hs
index 06b92e4..915ca22 100644 (file)
@@ -29,7 +29,6 @@ import Data.Data
 #else
 import Data.Generics
 #endif
 #else
 import Data.Generics
 #endif
-import Data.Typeable
 
 
 -- | Represents a serialized value of a particular type. Attempts can be made to deserialize it at certain types
 
 
 -- | Represents a serialized value of a particular type. Attempts can be made to deserialize it at certain types