haskell / cabal-userguide

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

New To Cabal - First cabal library #14

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/06_first_cabal_library.md

Brief Summary

This chapter should walk the user through getting a library set up via their cabal repo. Ideally it will build on the previous chapter that walks the user through top level .cabal file properties. It should also explain how to make modules visible, and how to load the library into ghci or cabal repl to test things out.

Prior Art

Haskell School library and executable Haskell School module visibility

Resources

Old cabal user guide library vs executable