From b2052a281c12d9cea86a312f2cf2885a706fddca Mon Sep 17 00:00:00 2001 From: Christiaan Baaij Date: Thu, 23 Jul 2009 17:22:47 +0200 Subject: [PATCH] Currently Generics support is broken in combination with deriveAccessors --- "c\316\273ash/CLasH/VHDL/VHDLTypes.hs" | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.30.2