diff options
Diffstat (limited to 'lib/Distribution')
-rw-r--r-- | lib/Distribution/Helper.hs | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/Distribution/Helper.hs b/lib/Distribution/Helper.hs index e46293d..386d86e 100644 --- a/lib/Distribution/Helper.hs +++ b/lib/Distribution/Helper.hs @@ -687,9 +687,8 @@ invokeHelper -- installed and ready to run queries. -- -- The idea is you can run this at a convinient time instead of having the --- helper compilation happen during a time-sensitive user --- interaction. @caba-helper@ will however do this automatically as needed --- if you don't. +-- helper compilation happen during a time-sensitive user interaction. This +-- will however happen automatically as needed if you don't run it first. prepare :: Query pt () prepare = Query $ \qe -> do pre_info <- getPreInfo qe |