<div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div>Hello,</div><div>I'm please to announce that vabal 1.2.0 has been released on Hackage:</div><div><a href="http://hackage.haskell.org/package/vabal">http://hackage.haskell.org/package/vabal</a></div><div><br></div><div>vabal is a software that helps you determine the ghc version needed to compile a cabal package. It reads the cabal file and extracts the constraints imposed on the base package. Then it uses ghcup ( <a href="https://github.com/haskell/ghcup">https://github.com/haskell/ghcup</a> ) to obtain a compiler version compatible with the constraints (possibly downloading it from the official ghc mirror) and can be combined with cabal to build the project using the obtained ghc compiler.</div><div>In this way you can treat the `base` package dependency as any other package dependency and don't have to manually deal with different ghc versions anymore.</div><div><br></div>vabal is meant to be used in collaboration with cabal. It leverages cabal's ability to work with multiple ghc versions, and tries to be the least intrusive possible, so that you can keep using your usual workflow, but won't have to worry about `base` package dependency issues, anymore.</div><div dir="ltr"><br></div><div>You can get started here: <a href="https://github.com/Franciman/vabal#quick-start">https://github.com/Franciman/vabal#quick-start</a><br></div><div dir="ltr"><br></div><div>For details please refer to: <a href="https://github.com/Franciman/vabal#vabal---the-cabal-companion">https://github.com/Franciman/vabal#vabal---the-cabal-companion</a><br></div><div dir="ltr"><div><br></div><div>Ideas, suggestions, opinions and pull requests are very welcome!<br></div><div><br></div>A big thank you goes to all the contributors that helped me with code, suggestions and ideas:<div><a href="https://github.com/Franciman/vabal#contributors">https://github.com/Franciman/vabal#contributors</a><br></div></div></div></div></div></div></div>