Remove unnecessary Data/Dynamic.hs-boot
authorIan Lynagh <igloo@earth.li>
Wed, 6 Aug 2008 23:06:23 +0000 (23:06 +0000)
committerIan Lynagh <igloo@earth.li>
Wed, 6 Aug 2008 23:06:23 +0000 (23:06 +0000)
Data/Dynamic.hs-boot [deleted file]

diff --git a/Data/Dynamic.hs-boot b/Data/Dynamic.hs-boot
deleted file mode 100644 (file)
index 94fb99c..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-{-# OPTIONS_GHC -XNoImplicitPrelude #-}
-module Data.Dynamic where
-import {-# SOURCE #-} Data.Typeable (TypeRep)
-data Dynamic
-dynTypeRep :: Dynamic -> TypeRep