You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I has looking at the definition of tGitInfo, and it seems to use addDependentFile to track whether the splice needs to be recompiled or not.
Maybe this trick could be used here too, and also the cabal file added to the dependent files, so that no extra effort is needed to make sure versions are in-line with the compiled binary.
The text was updated successfully, but these errors were encountered:
This is such a good idea! I knew [something like this mechanism] was triggered when you included a file verbatim, for example, but it had not occurred to me that the mechanism was available and could be used here.
I has looking at the definition of
tGitInfo
, and it seems to useaddDependentFile
to track whether the splice needs to be recompiled or not.Maybe this trick could be used here too, and also the cabal file added to the dependent files, so that no extra effort is needed to make sure versions are in-line with the compiled binary.
The text was updated successfully, but these errors were encountered: