From 82da3718c9642705a41aa371dccff2f4612003ec Mon Sep 17 00:00:00 2001 From: Tom Smeding Date: Mon, 23 Oct 2023 09:28:41 +0200 Subject: haskell/cabal-lib: Fix typo --- haskell/cabal-lib.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'haskell/cabal-lib.md') diff --git a/haskell/cabal-lib.md b/haskell/cabal-lib.md index 3688d05..6b6c7ca 100644 --- a/haskell/cabal-lib.md +++ b/haskell/cabal-lib.md @@ -81,7 +81,7 @@ 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. -- cgit v1.2.3-54-g00ecf