Skip to content

Commit 17cc303

Browse files
Update doc/how-to-package-haskell-code.rst
Co-authored-by: brandon s allbery kf8nh <[email protected]>
1 parent d1ee83e commit 17cc303

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/how-to-package-haskell-code.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ can build and run our application.
104104
...
105105
Hello, Haskell!
106106

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

0 commit comments

Comments
 (0)