Skip to content

Commit 6540780

Browse files
committed
Deploying to gh-pages from @ bb72013 🚀
1 parent bf048f4 commit 6540780

3 files changed

Lines changed: 11 additions & 1 deletion

File tree

cli.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -230,6 +230,11 @@ <h2 id="options"><a class="header" href="#options">Options</a></h2>
230230
<p>Evaluate Haskell code in comments.</p>
231231
<p>This parses line commands starting with <code>-- $&gt;</code> or multiline commands delimited by <code>{- $&gt;</code> and <code>&lt;$ -}</code> and evaluates them after reloads.</p>
232232
</dd>
233+
<dt><a id="--extra-module-search-path" href="#--extra-module-search-path"><code>--extra-module-search-path &lt;PATH&gt;</code></a></dt><dd>
234+
<p>An extra directory for converting module paths to module names and vice versa, in addition to the module import search paths from GHCi’s <code>:show paths</code> output.</p>
235+
<p>In some setups (like multi-package projects), GHCi’s search paths don’t include the source directories of all loaded packages, so converting between source paths and module names can fail. Use this option to supplement the search paths with extra directories, like <code>my-package/src</code>.</p>
236+
<p>Can be given multiple times.</p>
237+
</dd>
233238
<dt><a id="--clear" href="#--clear"><code>--clear</code></a></dt><dd>
234239
<p>Clear the screen before reloads and restarts</p>
235240
</dd>

print.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -295,6 +295,11 @@ <h2 id="options"><a class="header" href="#options">Options</a></h2>
295295
<p>Evaluate Haskell code in comments.</p>
296296
<p>This parses line commands starting with <code>-- $&gt;</code> or multiline commands delimited by <code>{- $&gt;</code> and <code>&lt;$ -}</code> and evaluates them after reloads.</p>
297297
</dd>
298+
<dt><a id="--extra-module-search-path" href="cli.html#--extra-module-search-path"><code>--extra-module-search-path &lt;PATH&gt;</code></a></dt><dd>
299+
<p>An extra directory for converting module paths to module names and vice versa, in addition to the module import search paths from GHCi’s <code>:show paths</code> output.</p>
300+
<p>In some setups (like multi-package projects), GHCi’s search paths don’t include the source directories of all loaded packages, so converting between source paths and module names can fail. Use this option to supplement the search paths with extra directories, like <code>my-package/src</code>.</p>
301+
<p>Can be given multiple times.</p>
302+
</dd>
298303
<dt><a id="--clear" href="cli.html#--clear"><code>--clear</code></a></dt><dd>
299304
<p>Clear the screen before reloads and restarts</p>
300305
</dd>

searchindex.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)