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
2a32fc68
Commit
2a32fc68
authored
Aug 25, 2007
by
Duncan Coutts
Browse files
remove unused imports
parent
ad67144e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Distribution/ParseUtils.hs
View file @
2a32fc68
...
...
@@ -64,12 +64,10 @@ import Distribution.License
import
Distribution.Version
import
Distribution.Package
(
parsePackageName
)
import
Distribution.Compat.ReadP
as
ReadP
hiding
(
get
)
import
System.FilePath
(
normalise
)
import
Language.Haskell.Extension
(
Extension
)
import
Text.PrettyPrint.HughesPJ
import
Control.Monad
(
liftM
)
import
Data.Char
import
Data.Char
(
isSpace
,
isUpper
,
toLower
,
isAlphaNum
)
import
Data.Maybe
(
fromMaybe
)
-- -----------------------------------------------------------------------------
...
...
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