diff options
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. |