diff --git a/doc/how-to-analyze-haskell-code-performance.rst b/doc/how-to-enable-profiling.rst similarity index 99% rename from doc/how-to-analyze-haskell-code-performance.rst rename to doc/how-to-enable-profiling.rst index fe117a117bd..93e9b802236 100644 --- a/doc/how-to-analyze-haskell-code-performance.rst +++ b/doc/how-to-enable-profiling.rst @@ -1,4 +1,4 @@ -How to analyze Haskell performance +How to enable profiling ================================== When a Haskell application is slow or uses too much memory, diff --git a/doc/index.rst b/doc/index.rst index c944ed63d09..4bd13c65d7a 100644 --- a/doc/index.rst +++ b/doc/index.rst @@ -15,7 +15,7 @@ Welcome to the Cabal User Guide how-to-package-haskell-code how-to-source-packages - how-to-analyze-haskell-code-performance + how-to-enable-profiling how-to-build-like-nix how-to-run-in-windows how-to-use-backpack