summaryrefslogtreecommitdiff
path: root/hadrian/src/Settings/Flavours/GhcInGhci.hs
diff options
context:
space:
mode:
Diffstat (limited to 'hadrian/src/Settings/Flavours/GhcInGhci.hs')
-rw-r--r--hadrian/src/Settings/Flavours/GhcInGhci.hs2
1 files changed, 0 insertions, 2 deletions
diff --git a/hadrian/src/Settings/Flavours/GhcInGhci.hs b/hadrian/src/Settings/Flavours/GhcInGhci.hs
index 8533172064..950b96f926 100644
--- a/hadrian/src/Settings/Flavours/GhcInGhci.hs
+++ b/hadrian/src/Settings/Flavours/GhcInGhci.hs
@@ -3,7 +3,6 @@ module Settings.Flavours.GhcInGhci (ghcInGhciFlavour) where
import Expression
import Flavour
import {-# SOURCE #-} Settings.Default
-import Settings.Flavours.Common
-- Please update doc/flavours.md when changing this file.
ghcInGhciFlavour :: Flavour
@@ -21,7 +20,6 @@ ghciArgs :: Args
ghciArgs = sourceArgs SourceArgs
{ hsDefault = mconcat $
[ pure ["-O0", "-H64m"]
- , naturalInBaseFixArgs
]
, hsLibrary = mempty
, hsCompiler = mempty