cabal-userguide icon indicating copy to clipboard operation
cabal-userguide copied to clipboard

New To Cabal - First cabal library

Open JonathanLorimer opened this issue 4 years ago • 0 comments

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

JonathanLorimer avatar Jun 27 '21 18:06 JonathanLorimer