summaryrefslogtreecommitdiff
path: root/hadrian/src/UserSettings.hs
diff options
context:
space:
mode:
authorMatthew Pickering <matthewtpickering@gmail.com>2021-05-14 09:23:16 +0100
committerMarge Bot <ben+marge-bot@smart-cactus.org>2021-05-22 00:07:42 -0400
commitb4d240d3c0a238514db5b4750ba70b7569f1ed02 (patch)
treea6154c3dabded7ace4f8be00a13143b5e5f56d0d /hadrian/src/UserSettings.hs
parent5ab174e4fa12740aecdcfe06ffb4ca16724a4bae (diff)
downloadhaskell-b4d240d3c0a238514db5b4750ba70b7569f1ed02.tar.gz
hadrian: Reorganise modules so KV parser can be used to define transformers
Diffstat (limited to 'hadrian/src/UserSettings.hs')
-rw-r--r--hadrian/src/UserSettings.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/hadrian/src/UserSettings.hs b/hadrian/src/UserSettings.hs
index 56353bf92a..7c28faaaf9 100644
--- a/hadrian/src/UserSettings.hs
+++ b/hadrian/src/UserSettings.hs
@@ -14,7 +14,7 @@ module UserSettings (
verboseCommand, buildProgressColour, successColour, finalStage
) where
-import Flavour
+import Flavour.Type
import Expression
import {-# SOURCE #-} Settings.Default