Skip to content

Commit c768c59

Browse files
committed
Ambiguous ident occurrence in GHC 7.8.
1 parent 21705e1 commit c768c59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Stack/Nix.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ module Stack.Nix
1414
import Control.Applicative
1515
import Control.Arrow ((***))
1616
import Control.Exception (Exception,throw)
17-
import Control.Monad
17+
import Control.Monad hiding (mapM)
1818
import Control.Monad.Catch (try,MonadCatch)
1919
import Control.Monad.IO.Class (MonadIO,liftIO)
2020
import Control.Monad.Logger (MonadLogger,logDebug)

0 commit comments

Comments
 (0)