move GArrow from GHC.HetMet to Control
[ghc-base.git] / GHC / HetMet / Private.hs
index 3d204f8..d14fcbd 100644 (file)
@@ -1,7 +1,7 @@
 {-# LANGUAGE RankNTypes, ScopedTypeVariables, NoMonomorphismRestriction, TypeOperators, FunctionalDependencies, FlexibleContexts #-}
 -----------------------------------------------------------------------------
 -- |
--- Module      :  GHC.HetMet.GArrow
+-- Module      :  GHC.HetMet.Private
 -- Copyright   :  none
 -- License     :  public domain
 --
@@ -34,7 +34,7 @@ module GHC.HetMet.Private (
 ) where
 import Control.Category ( (>>>) )
 import qualified Control.Category
-import GHC.HetMet.GArrow
+import Control.GArrow
 
 -------------------------------------------------------------------------
 -- Used internally by the compiler, subject to change without notice!!