From f2189de2797e391124ead51eada6d57b2929c88f Mon Sep 17 00:00:00 2001 From: Daniel Gröber Date: Sat, 9 Feb 2019 19:46:44 +0100 Subject: Shortcut helper compilation when Cabal version is already available This is mostly an optimization for Nix which already sets up the environment correctly, so we should reward its users :) --- src/CabalHelper/Compiletime/Data.hs | 1 + 1 file changed, 1 insertion(+) (limited to 'src/CabalHelper/Compiletime/Data.hs') diff --git a/src/CabalHelper/Compiletime/Data.hs b/src/CabalHelper/Compiletime/Data.hs index 07cf2d2..14793c5 100644 --- a/src/CabalHelper/Compiletime/Data.hs +++ b/src/CabalHelper/Compiletime/Data.hs @@ -85,6 +85,7 @@ runtimeSources :: (String, [(FilePath, FilePath)]) runtimeSources = $( let files = map (\f -> (f, ("src/CabalHelper" f))) $ sort $ [ ("Runtime/Main.hs") + , ("Runtime/HelperMain.hs") , ("Runtime/Compat.hs") , ("Shared/Common.hs") , ("Shared/InterfaceTypes.hs") -- cgit v1.2.3