more Control.Monad.State export fix
This commit is contained in:
parent
db83b58d4b
commit
bb8e3c5b6d
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue