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
fd8bad04
Commit
fd8bad04
authored
May 06, 2016
by
bardur.arantsson
Browse files
Remove redundant "import Prelude hiding ..."
parent
1bc92907
Changes
2
Hide whitespace changes
Inline
Side-by-side
cabal-install/Distribution/Client/Dependency/Types.hs
View file @
fd8bad04
...
...
@@ -32,8 +32,6 @@ import Text.PrettyPrint
import
GHC.Generics
(
Generic
)
import
Distribution.Compat.Binary
(
Binary
(
..
))
import
Prelude
hiding
(
fail
)
-- | All the solvers that can be selected.
data
PreSolver
=
AlwaysTopDown
|
AlwaysModular
|
Choose
...
...
cabal-install/Distribution/Solver/Types/ConstraintSource.hs
View file @
fd8bad04
...
...
@@ -7,8 +7,6 @@ module Distribution.Solver.Types.ConstraintSource
import
GHC.Generics
(
Generic
)
import
Distribution.Compat.Binary
(
Binary
(
..
))
import
Prelude
hiding
(
fail
)
-- | Source of a 'PackageConstraint'.
data
ConstraintSource
=
...
...
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