X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=utils%2Fext-core%2FLanguage%2FCore%2FPrimCoercions.hs;fp=utils%2Fext-core%2FPrimCoercions.hs;h=e6851d873cc5705c5104be066c82a69016dde0c4;hp=8dd01768071f81d60b1505b3dcf0035b8961f8f4;hb=b84b5969798530dbf5be9b8bb795b77e5dfbf042;hpb=70f16d3fb8f21fbd198151d59c4ab29023dd9fda diff --git a/utils/ext-core/PrimCoercions.hs b/utils/ext-core/Language/Core/PrimCoercions.hs similarity index 89% rename from utils/ext-core/PrimCoercions.hs rename to utils/ext-core/Language/Core/PrimCoercions.hs index 8dd0176..e6851d8 100644 --- a/utils/ext-core/PrimCoercions.hs +++ b/utils/ext-core/Language/Core/PrimCoercions.hs @@ -1,6 +1,6 @@ {-# OPTIONS -Wall -fno-warn-missing-signatures #-} -module PrimCoercions where -import Core +module Language.Core.PrimCoercions where +import Language.Core.Core -- Stuff the parser needs to know about