more Control.Monad.State export fix

This commit is contained in:
Joey Hess 2011-04-26 19:59:01 -04:00
parent db83b58d4b
commit bb8e3c5b6d

View file

@ -32,7 +32,7 @@ module Backend (
maybeLookupBackendName maybeLookupBackendName
) where ) where
import Control.Monad.State hiding (state) import Control.Monad.State (liftIO, when)
import System.IO.Error (try) import System.IO.Error (try)
import System.FilePath import System.FilePath
import System.Posix.Files import System.Posix.Files