aboutsummaryrefslogtreecommitdiff
path: root/src/CabalHelper/Compiletime/Compile.hs
diff options
context:
space:
mode:
Diffstat (limited to 'src/CabalHelper/Compiletime/Compile.hs')
-rw-r--r--src/CabalHelper/Compiletime/Compile.hs16
1 files changed, 8 insertions, 8 deletions
diff --git a/src/CabalHelper/Compiletime/Compile.hs b/src/CabalHelper/Compiletime/Compile.hs
index 97adac2..c39a731 100644
--- a/src/CabalHelper/Compiletime/Compile.hs
+++ b/src/CabalHelper/Compiletime/Compile.hs
@@ -71,19 +71,19 @@ import Paths_cabal_helper (version)
data Compile
= CompileWithCabalSource
- { compCabalSourceDir :: CabalSourceDir
- , compCabalSourceVersion :: Version
+ { compCabalSourceDir :: !CabalSourceDir
+ , compCabalSourceVersion :: !Version
}
| CompileWithCabalPackage
- { compPackageSource :: GhcPackageSource
- , compCabalVersion :: ResolvedCabalVersion
- , compProductTarget :: CompilationProductScope
+ { compPackageSource :: !GhcPackageSource
+ , compCabalVersion :: !ResolvedCabalVersion
+ , compProductTarget :: !CompilationProductScope
}
data CompPaths = CompPaths
- { compBuildDir:: FilePath
- , compOutDir :: FilePath
- , compExePath :: FilePath
+ { compBuildDir:: !FilePath
+ , compOutDir :: !FilePath
+ , compExePath :: !FilePath
}
-- | The Helper executable we produce as a compilation product can either be