[project @ 2003-07-24 12:19:57 by ralf]
[ghc-base.git] / Data / PackedString.hs
index 8d15561..083aa47 100644 (file)
@@ -94,7 +94,7 @@ instance Ord PackedString where
 instance Show PackedString where
     showsPrec p ps r = showsPrec p (unpackPS ps) r
 
-#include "Dynamic.h"
+#include "Typeable.h"
 INSTANCE_TYPEABLE0(PackedString,packedStringTc,"PackedString")
 
 -- -----------------------------------------------------------------------------