Fix an unused import warning
authorIan Lynagh <igloo@earth.li>
Tue, 7 Jul 2009 14:47:06 +0000 (14:47 +0000)
committerIan Lynagh <igloo@earth.li>
Tue, 7 Jul 2009 14:47:06 +0000 (14:47 +0000)
compiler/utils/Fingerprint.hsc

index b2e2ddc..20b3ee9 100644 (file)
@@ -22,7 +22,6 @@ import Outputable
 import Foreign
 import Foreign.C
 import Text.Printf
-import Data.Word
 import Numeric          ( readHex )
 
 -- Using 128-bit MD5 fingerprints for now.