diff options
author | Daniel Gröber <dxld@darkboxed.org> | 2019-08-21 03:38:51 +0200 |
---|---|---|
committer | Daniel Gröber (dxld) <dxld@darkboxed.org> | 2019-09-17 17:48:26 +0200 |
commit | aa09ba5d1be03b92c1b19d486dad26ed624689a1 (patch) | |
tree | 720bc7c2207d037784f640c611c56f70038e9fe0 /lib | |
parent | 83fa1ceb414f51caa1e17f2e5ac3908b3f6c4107 (diff) |
Update some code docs
Diffstat (limited to 'lib')
-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 |