diff options
Diffstat (limited to 'haskell')
-rw-r--r-- | haskell/cabal-lib.html | 2 |
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 "installed". +<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 "installed". 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> |