Remove NoGenerics pragma, as the ghc bug 3391 is now fixed
[matthijs/master-project/cλash.git] / cλash / CLasH / Translator / TranslatorTypes.hs
index 2b8777f703eb1bc98362ca54010345e627f95a4b..0ab3b878a132542bbcd011b368dd254622394df8 100644 (file)
@@ -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, NoGenerics #-}
+{-# LANGUAGE TemplateHaskell #-}
 module CLasH.Translator.TranslatorTypes where
 
 import qualified Control.Monad.Trans.State as State