haskell / cabal-userguide

A handy user guide for the Cabal build tool
28 stars 5 forks source link

New To Cabal - Cabal repl #10

Open JonathanLorimer opened 3 years ago

JonathanLorimer commented 3 years ago

file to edit: https://github.com/haskell/cabal-userguide/blob/main/src/new_to_cabal/02_cabal_repl.md

Brief Summary

In the content discussion issue it was mentioned that the easiest way to show a new user how to use cabal is through an interactive environment where they can try things out. This chapter should show the users the basics of the cabal repl (loading a package with --build-depends, basic repl like activities). The intent of the chapter should be to show the user how to experiment with cabal. It might also be nice to show how cabal repl integrates into an interactive workflow via something like ghcid.

Prior Art

Kowainik blog post repl section

Resources

Prior Cabal User Guide Repl Command Source