diff options
Diffstat (limited to 'compiler/nativeGen/SPARC/Base.hs')
-rw-r--r-- | compiler/nativeGen/SPARC/Base.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/nativeGen/SPARC/Base.hs b/compiler/nativeGen/SPARC/Base.hs index 04e8fed2b3..4b3b7c984c 100644 --- a/compiler/nativeGen/SPARC/Base.hs +++ b/compiler/nativeGen/SPARC/Base.hs @@ -20,7 +20,7 @@ where import GhcPrelude -import DynFlags +import GHC.Driver.Session import Panic import Data.Int |