diff options
author | doyougnu <jeffrey.young@iohk.io> | 2021-12-09 12:19:59 -0800 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2021-12-14 20:55:06 -0500 |
commit | 6b0fb9a078ae415e0720c7db961f5a1692099ff1 (patch) | |
tree | 856adcb704b8172c9053786b3e0964e8bc9ffeb3 /compiler/GHC/Llvm | |
parent | ecaec722850cce498b67561708ee8e42df367dda (diff) | |
download | haskell-6b0fb9a078ae415e0720c7db961f5a1692099ff1.tar.gz |
SysTools.Tasks Llvm.Types: remove redundant import
Llvm.Types: remove redundant import
SysTools.Tasks: remove redundant import
- namely CmmToLlvm.Base
Diffstat (limited to 'compiler/GHC/Llvm')
-rw-r--r-- | compiler/GHC/Llvm/Types.hs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/GHC/Llvm/Types.hs b/compiler/GHC/Llvm/Types.hs index c5feba4c45..f5db5a96aa 100644 --- a/compiler/GHC/Llvm/Types.hs +++ b/compiler/GHC/Llvm/Types.hs @@ -13,7 +13,6 @@ import Data.Char import Numeric import GHC.Platform -import GHC.Driver.Session import GHC.Data.FastString import GHC.Utils.Outputable import GHC.Utils.Panic |