How to let `cabal install` ignore the local `.cabal` file?
Versions %cabal –version cabal-install version 3.6.2.0 compiled using version 3.6.2.0 of the Cabal library %ghc –version The Glorious Glasgow Haskell Compilation System, version 8.10.7 Problem I want to install weeder. If there is no *.cabal file in the current directory, running cabal install weeder succeeds. However, if the one exists and contains a dependency that… Read More How to let `cabal install` ignore the local `.cabal` file?