Skip to content

Commit

Permalink
Update doc/how-to-analyze-haskell-code-performance.rst
Browse files Browse the repository at this point in the history
Co-authored-by: Artem Pelenitsyn <[email protected]>
  • Loading branch information
malteneuss and ulysses4ever authored Nov 12, 2024
1 parent d326c39 commit 48cb15a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/how-to-analyze-haskell-code-performance.rst
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ However, the bottlenecks may be in your dependencies, so you would want to profi
First, to enable ``late``-cost-center profiling of all packages/dependencies in your project,
add the following to your project’s ``cabal.project`` file:

.. code-block:: console
.. code-block:: cabal
package *
profiling: true
Expand Down

0 comments on commit 48cb15a

Please sign in to comment.