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 d1f835b commit df8acc4
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 @@ -62,7 +62,7 @@ One of the important questions is whether the package contains a library
and/or an executable. Libraries are collections of Haskell modules that
can be re-used by other Haskell libraries and programs, while executables
are standalone programs. Test suites can both depend on a library or be
standalonely generated.
standalone.

For the moment these are the only choices. For more complex packages
(e.g. a library and multiple executables) the ``.cabal``
Expand Down

0 comments on commit df8acc4

Please sign in to comment.