You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A user was having trouble with cabal and posted his environment file to haskell-cafe. It contains entries for ghc-8.4.4 and directory-1.3.7.1, which are mutually incompatible. Therefore cabal stopped working. I assume the environment file got into this state just through running cabal install and/or cabal install --lib rather than manually editing the environment file or using any other tooling. That's what the thread suggests at least.
If it did get this way through cabal, how is that possible? Can cabal really create an environment file with mutually incompatible packages in it?
The text was updated successfully, but these errors were encountered:
Hi! That user, that's me. Yes, I've just run cabal install and cabal install --lib. I haven't touched that environment file, or done any other tooling.
A user was having trouble with cabal and posted his environment file to haskell-cafe. It contains entries for
ghc-8.4.4
anddirectory-1.3.7.1
, which are mutually incompatible. Therefore cabal stopped working. I assume the environment file got into this state just through runningcabal install
and/orcabal install --lib
rather than manually editing the environment file or using any other tooling. That's what the thread suggests at least.If it did get this way through
cabal
, how is that possible? Cancabal
really create an environment file with mutually incompatible packages in it?The text was updated successfully, but these errors were encountered: