aboutsummaryrefslogtreecommitdiff
path: root/src/CabalHelper/Shared
diff options
context:
space:
mode:
authorDaniel Gröber <dxld@darkboxed.org>2018-12-16 03:55:26 +0100
committerDaniel Gröber <dxld@darkboxed.org>2019-01-22 03:06:51 +0100
commit227b8a3bf1302626339be3c35e3e4102fe8bc874 (patch)
tree859d65a957ce5343d237000b894c6eb81c4fa5b6 /src/CabalHelper/Shared
parentfe19006b6e4fe1ea3be52fd17c9ff70e24adcd78 (diff)
Comments
[ci skip]
Diffstat (limited to 'src/CabalHelper/Shared')
-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 fa31d7b..c54a508 100644
--- a/src/CabalHelper/Shared/InterfaceTypes.hs
+++ b/src/CabalHelper/Shared/InterfaceTypes.hs
@@ -91,6 +91,8 @@ data ChComponentInfo = ChComponentInfo
-- be built in memory and instead needs proper build output.
} deriving (Eq, Ord, Read, Show)
+-- TODO: we know the source-dir now so we can resolve ChSetupEntrypoint
+-- internally
data ChEntrypoint = ChSetupEntrypoint -- ^ Almost like 'ChExeEntrypoint' but
-- @main-is@ could either be @"Setup.hs"@
-- or @"Setup.lhs"@. Since we don't know