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 <allbery.b@gmail.com>
  • Loading branch information
malteneuss and geekosaur authored Oct 29, 2023
1 parent d1ee83e commit 17cc303
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 @@ -104,7 +104,7 @@ can build and run our application.
...
Hello, Haskell!

Since we have an executable we can use ``cabal run proglet`` which will build
Since we have an executable, we can use ``cabal run proglet`` which will build
our executable (and re-build it if we've made any changes) and then run the
binary. The ``cabal run`` command works for any ``component-name`` (tests for
example), not just the main executable.
Expand Down

0 comments on commit 17cc303

Please sign in to comment.