Currently Generics support is broken in combination with deriveAccessors
authorChristiaan Baaij <christiaan.baaij@gmail.com>
Thu, 23 Jul 2009 15:22:47 +0000 (17:22 +0200)
committerChristiaan Baaij <christiaan.baaij@gmail.com>
Thu, 23 Jul 2009 15:22:47 +0000 (17:22 +0200)
cλash/CLasH/VHDL/VHDLTypes.hs

index 52adab7f944dfbeb8b164ed0983eda67a6216053..e3e9ffbc68429fdd8053934168a99ce6f0f415cf 100644 (file)
@@ -1,7 +1,7 @@
 --
 -- Some types used by the VHDL module.
 --
-{-# LANGUAGE TemplateHaskell #-}
+{-# LANGUAGE TemplateHaskell, NoGenerics #-}
 module CLasH.VHDL.VHDLTypes where
 
 -- Standard imports