Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Glasgow Haskell Compiler
Packages
Cabal
Commits
90db71e3
Commit
90db71e3
authored
Jun 12, 2018
by
Alexis Williams
Browse files
Remove redundant import
parent
bae4b41c
Changes
1
Show whitespace changes
Inline
Side-by-side
cabal-install/Distribution/Client/ProjectOrchestration.hs
View file @
90db71e3
...
@@ -151,7 +151,6 @@ import qualified Data.Monoid as Mon
...
@@ -151,7 +151,6 @@ import qualified Data.Monoid as Mon
import
qualified
Data.Set
as
Set
import
qualified
Data.Set
as
Set
import
qualified
Data.Map
as
Map
import
qualified
Data.Map
as
Map
import
Data.Either
import
Data.Either
import
Data.Maybe
(
isJust
,
fromJust
)
import
Control.Exception
(
Exception
(
..
),
throwIO
,
assert
)
import
Control.Exception
(
Exception
(
..
),
throwIO
,
assert
)
import
System.Exit
(
ExitCode
(
..
),
exitFailure
)
import
System.Exit
(
ExitCode
(
..
),
exitFailure
)
#
ifdef
MIN_VERSION_unix
#
ifdef
MIN_VERSION_unix
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment