aboutsummaryrefslogtreecommitdiff
path: root/src/CabalHelper/Compiletime/Types.hs
diff options
context:
space:
mode:
Diffstat (limited to 'src/CabalHelper/Compiletime/Types.hs')
-rw-r--r--src/CabalHelper/Compiletime/Types.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/CabalHelper/Compiletime/Types.hs b/src/CabalHelper/Compiletime/Types.hs
index e646f5e..e632c3b 100644
--- a/src/CabalHelper/Compiletime/Types.hs
+++ b/src/CabalHelper/Compiletime/Types.hs
@@ -172,7 +172,7 @@ data UnitInfo = UnitInfo
-- ^ The components of the unit: libraries, executables, test-suites,
-- benchmarks and so on.
- , uiCompilerVersion :: !(String, Version)
+ , uiCompilerId :: !(String, Version)
-- ^ The version of GHC the unit is configured to use
, uiPackageDbStack :: !([ChPkgDb])