X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=GHC%2FHetMet%2FPrivate.hs;h=d14fcbdd6fb6e0f449116b60ff682bea4af6a33d;hb=e3eef06878b2b39a95ed3ad8378e8130ebef5570;hp=3d204f8567f39758150d3abc25b6beac75828ec3;hpb=b56d67eed0e1257af1df83d3314ac82c4921c2d3;p=ghc-base.git diff --git a/GHC/HetMet/Private.hs b/GHC/HetMet/Private.hs index 3d204f8..d14fcbd 100644 --- a/GHC/HetMet/Private.hs +++ b/GHC/HetMet/Private.hs @@ -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!!