Updated readme
authorNeil Smith <neil.git@njae.me.uk>
Tue, 4 Jan 2022 12:26:36 +0000 (12:26 +0000)
committerNeil Smith <neil.git@njae.me.uk>
Tue, 4 Jan 2022 12:26:36 +0000 (12:26 +0000)
README.html
README.md

index ddd45d38e694ba3d5067cc7ea44b4f4b23fbfded..64114cdedb769b89d3122dcfe87930735a1d3d36 100644 (file)
 <p>or</p>
 <pre><code>stack ghci advent01:exe:advent01</code></pre>
 <p>if the first form is ambiguous.</p>
+<h2 id="profiling">Profiling</h2>
 <p>To profile, use</p>
 <pre><code>cabal run advent01 --enable-profiling -- +RTS -N -p -s -hT</code></pre>
 <p>Or, you can simplify the RTS options by adding them to a new stanza in the cabal file:</p>
 <pre><code>cabal run advent01prof --enable-profiling</code></pre>
 <p>Generate the profile graph with</p>
 <pre><code>hp2ps -M advent01.hp</code></pre>
-<p>For Cabal, look at <a href="https://nikita-volkov.github.io/profiling-cabal-projects/">profiling with Cabal sandboxes</a></p>
 <h1 id="packages">Packages</h1>
 <p>Packages I used a lot:</p>
 <ul>
index 7b831f2215ffe46de645d00f3146285c08526de7..17a29027d617b15661d148015f2033e6a0517413 100644 (file)
--- a/README.md
+++ b/README.md
@@ -68,6 +68,8 @@ stack ghci advent01:exe:advent01
 ```
 if the first form is ambiguous. 
 
+## Profiling
+
 To profile, use 
 
 ```
@@ -99,8 +101,6 @@ Generate the profile graph with
 hp2ps -M advent01.hp
 ```
 
-For Cabal, look at [profiling with Cabal sandboxes](https://nikita-volkov.github.io/profiling-cabal-projects/)
-
 
 # Packages