Clean up source files:
[matthijs/master-project/cλash.git] / cλash / CLasH / HardwareTypes.hs
index e6e84fd8a33a13aade58bbf5d4167552ba4afab0..3b746aa242b702a9239b4dbcabd6d0fb34df0a4d 100644 (file)
@@ -51,7 +51,7 @@ resizeWord = SizedWord.resize
 data Bit = High | Low
   deriving (P.Show, P.Eq, P.Read, Typeable)
 
-$(deriveLift1 ''Bit)
+deriveLift1 ''Bit
 
 hwand :: Bit -> Bit -> Bit
 hwor  :: Bit -> Bit -> Bit