Also add NoGenerics pragma to the other types.hs files
[matthijs/master-project/cλash.git] / cλash / CLasH / Normalize / NormalizeTypes.hs
index 56cba91a411666a078e0eed852ffe5c084fea0f9..80d75fc7ab851c8ca6dc0cfb92fbc320a6ea4420 100644 (file)
@@ -1,5 +1,5 @@
-{-# LANGUAGE TemplateHaskell #-}
-module NormalizeTypes where
+{-# LANGUAGE TemplateHaskell, NoGenerics #-}
+module CLasH.Normalize.NormalizeTypes where
 
 
 -- Standard modules
@@ -18,9 +18,9 @@ import qualified VarSet
 import Outputable ( Outputable, showSDoc, ppr )
 
 -- Local imports
-import CoreShow
-import Pretty
-import VHDLTypes -- For TypeState
+import CLasH.Utils.Core.CoreShow
+import CLasH.Utils.Pretty
+import CLasH.VHDL.VHDLTypes -- For TypeState
 
 data TransformState = TransformState {
     tsUniqSupply_ :: UniqSupply.UniqSupply