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.
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