diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/CabalHelper/Compiletime/Types.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/CabalHelper/Compiletime/Types.hs b/src/CabalHelper/Compiletime/Types.hs index cea904e..ac4577f 100644 --- a/src/CabalHelper/Compiletime/Types.hs +++ b/src/CabalHelper/Compiletime/Types.hs @@ -323,6 +323,7 @@ data Programs = Programs , stackArgsAfter :: ![String] } deriving (Eq, Ord, Show, Read, Generic, Typeable) +-- | Configurable paths to programs only used during helper compilation. data CompPrograms = CompPrograms { ghcProgram :: !FilePath -- ^ The path to the @ghc@ program. |