From: Christiaan Baaij Date: Thu, 23 Jul 2009 15:22:47 +0000 (+0200) Subject: Currently Generics support is broken in combination with deriveAccessors X-Git-Url: https://git.stderr.nl/gitweb?a=commitdiff_plain;ds=sidebyside;h=b2052a281c12d9cea86a312f2cf2885a706fddca;p=matthijs%2Fmaster-project%2Fc%CE%BBash.git Currently Generics support is broken in combination with deriveAccessors --- diff --git "a/c\316\273ash/CLasH/VHDL/VHDLTypes.hs" "b/c\316\273ash/CLasH/VHDL/VHDLTypes.hs" index 52adab7..e3e9ffb 100644 --- "a/c\316\273ash/CLasH/VHDL/VHDLTypes.hs" +++ "b/c\316\273ash/CLasH/VHDL/VHDLTypes.hs" @@ -1,7 +1,7 @@ -- -- Some types used by the VHDL module. -- -{-# LANGUAGE TemplateHaskell #-} +{-# LANGUAGE TemplateHaskell, NoGenerics #-} module CLasH.VHDL.VHDLTypes where -- Standard imports