summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Smeding <tom@tomsmeding.com>2024-02-08 21:17:49 +0100
committerTom Smeding <tom@tomsmeding.com>2024-02-08 21:17:49 +0100
commit571fe602c4505b79f34368d4d1ae9ccb6afb497e (patch)
treef1b69644ce67f60509f04f9dd4897bc63c1d2518
parent82da3718c9642705a41aa371dccff2f4612003ec (diff)
Commit typo
-rw-r--r--haskell/cabal-lib.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/haskell/cabal-lib.html b/haskell/cabal-lib.html
index 80be102..4008c82 100644
--- a/haskell/cabal-lib.html
+++ b/haskell/cabal-lib.html
@@ -56,7 +56,7 @@ may break other packages. Use --force-reinstalls to proceed anyway. Packages:
brick
</code></pre>
<p>(I simulated the situation by installing an older version instead. I can't time-travel, unfortunately.)</p>
-<p>Another thing that would fail is trying to install a package that is incompatible with the versino of <code>brick</code> you have now &quot;installed&quot;.
+<p>Another thing that would fail is trying to install a package that is incompatible with the version of <code>brick</code> you have now &quot;installed&quot;.
I don't have a good example for this post because I couldn't find a neat pair of incompatible packages that didn't have many other dependencies, but I hope you'll trust me that this will result in the well-known (to seasoned haskellers) cabal dependency resolution errors.</p>
<h2>What happened?</h2>
<p>Note the line printed by <code>ghci</code>:</p>