Does there exist an analog of Ruby Bundler's Gemfile and bundle install, bundle exec commands for Haskell Cabal?

Here is a related question, but it seems to be mostly about project scaffolding.

Cabal v1.20 announced a new feature called "freeze" to make builds more reproducible and reduce proverbial "cabal hell".

Source: http://blog.johantibell.com/2014/04/announcing-cabal-120.html

This offers almost the same functionality as bundle install.

Your Answer

 

By clicking "Post Your Answer", you acknowledge that you have read our updated terms of service, privacy policy and cookie policy, and that your continued use of the website is subject to these policies.

Not the answer you're looking for? Browse other questions tagged or ask your own question.