X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=c%CE%BBash%2FCLasH%2FTranslator%2FTranslatorTypes.hs;h=2b8777f703eb1bc98362ca54010345e627f95a4b;hb=aa4e9c5711eaa8fef698c9af0290b1fa65321c79;hp=0ab3b878a132542bbcd011b368dd254622394df8;hpb=d2917e27bd318299f37102a4799787bf01322daf;p=matthijs%2Fmaster-project%2Fc%CE%BBash.git diff --git "a/c\316\273ash/CLasH/Translator/TranslatorTypes.hs" "b/c\316\273ash/CLasH/Translator/TranslatorTypes.hs" index 0ab3b87..2b8777f 100644 --- "a/c\316\273ash/CLasH/Translator/TranslatorTypes.hs" +++ "b/c\316\273ash/CLasH/Translator/TranslatorTypes.hs" @@ -2,7 +2,7 @@ -- Simple module providing some types used by Translator. These are in a -- separate module to prevent circular dependencies in Pretty for example. -- -{-# LANGUAGE TemplateHaskell #-} +{-# LANGUAGE TemplateHaskell, NoGenerics #-} module CLasH.Translator.TranslatorTypes where import qualified Control.Monad.Trans.State as State