<pre><code>stack build --executable-profiling --library-profiling --ghc-options="-fprof-auto -rtsopts" adventofcode1601</code></pre>
<p>then run with</p>
<pre><code>stack exec -- advent01 +RTS -p -hy</code></pre>
+<h1 id="ihaskell">IHaskell</h1>
+<p>Install following the <a href="https://github.com/gibiansky/IHaskell">IHaskell instructions</a>.</p>
+<p>To run, change into the package's directory (after modifying the <code>.cabal</code> file) and run it with</p>
+<pre><code>stack exec jupyter -- notebook</code></pre>
<h1 id="readme">Readme</h1>
<p>Build this readme file wth</p>
<pre><code>pandoc -s README.md > README.html</code></pre>
stack exec -- advent01 +RTS -p -hy
```
+# IHaskell
+
+Install following the [IHaskell instructions](https://github.com/gibiansky/IHaskell).
+
+To run, change into the package's directory (after modifying the `.cabal` file) and run it with
+
+```
+stack exec jupyter -- notebook
+```
+
# Readme
Build this readme file wth