diff --git a/doc/how-to-package-haskell-code.rst b/doc/how-to-package-haskell-code.rst index 83aae71e161..c47bfd99ac2 100644 --- a/doc/how-to-package-haskell-code.rst +++ b/doc/how-to-package-haskell-code.rst @@ -90,7 +90,7 @@ Use the ``ls`` command to see the created files: Running the program ------------------- -Now that we have our Haskell code and the extra files that Cabal needs we +Now that we have our Haskell code and the extra files that Cabal needs, we can build and run our application. ::