Skip to content

Commit

Permalink
Use unless from the compat module
Browse files Browse the repository at this point in the history
  • Loading branch information
fendor committed Jun 21, 2019
1 parent 0c0778d commit c6ff32e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cabal-install/Distribution/Client/Get.hs
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ import Distribution.Solver.Types.SourcePackage
import Control.Exception
( Exception(..), catch, throwIO )
import Control.Monad
( mapM, forM_, mapM_, unless )
( mapM, forM_, mapM_ )
import qualified Data.Map as Map
import System.Directory
( createDirectoryIfMissing, doesDirectoryExist, doesFileExist )
Expand Down

0 comments on commit c6ff32e

Please sign in to comment.