summaryrefslogtreecommitdiff
path: root/compiler/utils/Serialized.hs
diff options
context:
space:
mode:
authorIan Lynagh <igloo@earth.li>2009-07-07 12:15:48 +0000
committerIan Lynagh <igloo@earth.li>2009-07-07 12:15:48 +0000
commit703ca1542c8e0983cc9d8eebce6e9f3dd3fd71e2 (patch)
tree3bc691cef188bfe99017ed25882ed45635f851fe /compiler/utils/Serialized.hs
parent7bb3d1fc79521d591cd9f824893963141a7997b6 (diff)
downloadhaskell-703ca1542c8e0983cc9d8eebce6e9f3dd3fd71e2.tar.gz
Remove unused imports
Diffstat (limited to 'compiler/utils/Serialized.hs')
-rw-r--r--compiler/utils/Serialized.hs1
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/utils/Serialized.hs b/compiler/utils/Serialized.hs
index 06b92e4aa1..915ca225a6 100644
--- a/compiler/utils/Serialized.hs
+++ b/compiler/utils/Serialized.hs
@@ -29,7 +29,6 @@ import Data.Data
#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