aboutsummaryrefslogtreecommitdiff
path: root/src/CabalHelper
diff options
context:
space:
mode:
Diffstat (limited to 'src/CabalHelper')
-rw-r--r--src/CabalHelper/Shared/InterfaceTypes.hs2
1 files changed, 2 insertions, 0 deletions
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]