From 571fe602c4505b79f34368d4d1ae9ccb6afb497e Mon Sep 17 00:00:00 2001 From: Tom Smeding Date: Thu, 8 Feb 2024 21:17:49 +0100 Subject: Commit typo --- haskell/cabal-lib.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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

(I simulated the situation by installing an older version instead. I can't time-travel, unfortunately.)

-

Another thing that would fail is trying to install a package that is incompatible with the versino of brick you have now "installed". +

Another thing that would fail is trying to install a package that is incompatible with the version of brick 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.

What happened?

Note the line printed by ghci:

-- cgit v1.2.3-54-g00ecf