Skip to content

Commit

Permalink
Update doc/how-to-package-haskell-code.rst
Browse files Browse the repository at this point in the history
Co-authored-by: brandon s allbery kf8nh <[email protected]>
  • Loading branch information
malteneuss and geekosaur authored Oct 29, 2023
1 parent df8acc4 commit 7121681
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/how-to-package-haskell-code.rst
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ Modules imported from other packages
While your library or executable may include a number of modules, it
almost certainly also imports a number of external modules from the
standard libraries or other pre-packaged libraries. (These other
libraries are of course just Cabal packages that contain a library.)
libraries are of course just Cabal packages that contain one or more libraries.)

You have to list all of the library packages that your library or
executable imports modules from. Or to put it another way: you have to
Expand Down

0 comments on commit 7121681

Please sign in to comment.