Hi, I have dependencies on mtl >= 2.2.2 and containers >= 0.5.11.0 should these go into my .cabal file or into my local stack.yaml? Which is best practice? Can anyone recommend a stack/cabal ‘cheat sheet’? Thanks Mike
I wrote up a doc to address this question: https://docs.haskellstack.org/en/stable/stack_yaml_vs_cabal_package_file/ On Thu, Mar 29, 2018 at 6:33 PM, mike h <mike_k_houghton@yahoo.co.uk> wrote:
Hi,
I have dependencies on mtl >= 2.2.2 and containers >= 0.5.11.0 should these go into my .cabal file or into my local stack.yaml? Which is best practice?
Can anyone recommend a stack/cabal ‘cheat sheet’?
Thanks
Mike
_______________________________________________ Beginners mailing list Beginners@haskell.org http://mail.haskell.org/cgi-bin/mailman/listinfo/beginners
Thanks.
On 29 Mar 2018, at 17:02, Michael Snoyman <michael@snoyman.com> wrote:
I wrote up a doc to address this question:
https://docs.haskellstack.org/en/stable/stack_yaml_vs_cabal_package_file/ <https://docs.haskellstack.org/en/stable/stack_yaml_vs_cabal_package_file/>
On Thu, Mar 29, 2018 at 6:33 PM, mike h <mike_k_houghton@yahoo.co.uk <mailto:mike_k_houghton@yahoo.co.uk>> wrote: Hi,
I have dependencies on mtl >= 2.2.2 and containers >= 0.5.11.0 should these go into my .cabal file or into my local stack.yaml? Which is best practice?
Can anyone recommend a stack/cabal ‘cheat sheet’?
Thanks
Mike
_______________________________________________ Beginners mailing list Beginners@haskell.org <mailto:Beginners@haskell.org> http://mail.haskell.org/cgi-bin/mailman/listinfo/beginners <http://mail.haskell.org/cgi-bin/mailman/listinfo/beginners>
_______________________________________________ Beginners mailing list Beginners@haskell.org http://mail.haskell.org/cgi-bin/mailman/listinfo/beginners
participants (2)
-
Michael Snoyman -
mike h