From 8f2e5eee7db0cfae21f0c347d5551f23e69de34c Mon Sep 17 00:00:00 2001 From: Daniel Gröber Date: Tue, 6 Aug 2019 02:12:00 +0200 Subject: Make ChSetupEntrypoint carry the Main module file name --- src/CabalHelper/Shared/InterfaceTypes.hs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/CabalHelper/Shared') diff --git a/src/CabalHelper/Shared/InterfaceTypes.hs b/src/CabalHelper/Shared/InterfaceTypes.hs index ed06045..352deb0 100644 --- a/src/CabalHelper/Shared/InterfaceTypes.hs +++ b/src/CabalHelper/Shared/InterfaceTypes.hs @@ -79,6 +79,8 @@ data ChComponentInfo = ChComponentInfo data ChEntrypoint = ChSetupEntrypoint + { chMainIs :: FilePath + } | ChLibEntrypoint { chExposedModules :: [ChModuleName] , chOtherModules :: [ChModuleName] -- cgit v1.2.3