We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1ee83e commit 17cc303Copy full SHA for 17cc303
doc/how-to-package-haskell-code.rst
@@ -104,7 +104,7 @@ can build and run our application.
104
...
105
Hello, Haskell!
106
107
-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
108
our executable (and re-build it if we've made any changes) and then run the
109
binary. The ``cabal run`` command works for any ``component-name`` (tests for
110
example), not just the main executable.
0 commit comments