Changed name of cabal file so it will work in the GHC build tree
[matthijs/master-project/cλash.git] / cλash / CLasH / VHDL / VHDLTools.hs
index 6e6a0c42acefa29ba26750443580f98aefdae18a..8fd993834bf5a1a25cc44a9ae79a8ae7703aa71e 100644 (file)
@@ -1,4 +1,4 @@
-module VHDLTools where
+module CLasH.VHDL.VHDLTools where
 
 -- Standard modules
 import qualified Maybe
@@ -28,10 +28,10 @@ import qualified DataCon
 import qualified CoreSubst
 
 -- Local imports
-import VHDLTypes
-import CoreTools
-import Pretty
-import Constants
+import CLasH.VHDL.VHDLTypes
+import CLasH.Utils.Core.CoreTools
+import CLasH.Utils.Pretty
+import CLasH.VHDL.Constants
 
 -----------------------------------------------------------------------------
 -- Functions to generate concurrent statements