Skip to content
GitLab
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
735b9932
Commit
735b9932
authored
Jul 07, 2018
by
Alexis Williams
Browse files
Remove unneeded imports (Fix -Werror failure)
parent
f394b320
Changes
1
Hide whitespace changes
Inline
Side-by-side
Cabal/Distribution/Simple/GHC/EnvironmentParser.hs
View file @
735b9932
{-# LANGUAGE DeriveDataTypeable #-}
{-# LANGUAGE FlexibleContexts #-}
{-# LANGUAGE GeneralizedNewtypeDeriving #-}
{-# LANGUAGE LambdaCase #-}
{-# LANGUAGE RankNTypes #-}
...
...
@@ -18,10 +19,6 @@ import Distribution.Types.UnitId
import
Control.Exception
(
Exception
,
throwIO
)
import
Data.Char
(
isAlphaNum
)
import
Data.Typeable
(
Typeable
)
import
qualified
Text.Parsec
as
P
import
Text.Parsec.String
(
Parser
,
parseFromFile
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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