diff options
author | Tom Smeding <tom@tomsmeding.com> | 2023-10-23 09:28:41 +0200 |
---|---|---|
committer | Tom Smeding <tom@tomsmeding.com> | 2023-10-23 09:28:41 +0200 |
commit | 82da3718c9642705a41aa371dccff2f4612003ec (patch) | |
tree | f0139b7a2f5bba55aacaa5319837255e73bedba4 /haskell | |
parent | ae2086c1b9dd4e6095d2e83bf4fb428296ae3a64 (diff) |
haskell/cabal-lib: Fix typo
Diffstat (limited to 'haskell')
-rw-r--r-- | haskell/cabal-lib.md | 2 |
1 files changed, 1 insertions, 1 deletions
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. |