Adepted the modules to their new structure
[matthijs/master-project/cλash.git] / cλash / CLasH / Utils / HsTools.hs
index 1bad94167b9f0a5d197798ba290e7c477dd2511e..ca20441cc706a360b17cc1b53c40fff89fde77a2 100644 (file)
@@ -1,5 +1,5 @@
 {-# LANGUAGE ViewPatterns #-}
-module HsTools where
+module CLasH.Utils.HsTools where
 
 -- Standard modules
 import qualified Unsafe.Coerce
@@ -53,8 +53,8 @@ import qualified TyCon
 
 
 -- Local imports
-import GhcTools
-import CoreShow
+import CLasH.Utils.GhcTools
+import CLasH.Utils.Core.CoreShow
 
 -- | Translate a HsExpr to a Core expression. This does renaming, type
 -- checking, simplification of class instances and desugaring. The result is