diff options
| author | Alan Zimmerman <alan.zimm@gmail.com> | 2017-12-14 16:31:30 +0200 | 
|---|---|---|
| committer | Daniel Gröber <dxld@darkboxed.org> | 2018-01-18 14:10:26 +0100 | 
| commit | 39c135e5d5710459827f0d40861512c13eeb1ae7 (patch) | |
| tree | 0bf91c910acbc3ebc54a5d7b7d53a3eba9850987 | |
| parent | f03e60f73844afe81bdefddce28733ac16da3c4a (diff) | |
Remove extraneous imports
| -rw-r--r-- | tests/GhcSession.hs | 10 | 
1 files changed, 0 insertions, 10 deletions
| diff --git a/tests/GhcSession.hs b/tests/GhcSession.hs index 442fccd..f679751 100644 --- a/tests/GhcSession.hs +++ b/tests/GhcSession.hs @@ -23,16 +23,6 @@ import System.Process (readProcess)  import Distribution.Helper -import Distribution.Types.Executable -  ( Executable(..), -    exeModules -  ) -import qualified Distribution.ModuleName as ModuleName -import Distribution.Types.BuildInfo -import System.FilePath          ( (</>), takeExtension -                                , takeDirectory, replaceExtension -                                ,isRelative ) -  import CabalHelper.Shared.Common | 
