Don't expose Convert

This commit is contained in:
Daniel Gröber
2014-05-14 18:54:56 +02:00
parent 80e2761f2f
commit 8324dd96ae
5 changed files with 8 additions and 6 deletions

View File

@@ -1,6 +1,6 @@
{-# LANGUAGE FlexibleInstances #-}
module Language.Haskell.GhcMod.Convert where
module Language.Haskell.GhcMod.Convert (convert, convert') where
import Language.Haskell.GhcMod.Monad
import Language.Haskell.GhcMod.Types