[Haskell-cafe] cabal or stack command to fetch and add dependency to .cabal file

xu xiut xiut.xu at gmail.com
Mon Sep 7 08:02:15 UTC 2015


With node.js, you can run `npm install --save package at 1.01`, and that
version of the package will be retrieved and added to your list of
dependencies. If you leave off the version number, it will retrieve the
latest version from a default repository of packages.

Are there any plans to add something this to either cabal or stack?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/haskell-cafe/attachments/20150907/cd49708b/attachment.html>


More information about the Haskell-Cafe mailing list