haskell docs: change wording in the "Miscellaneous Topics" section

This commit is contained in:
Piotr Bogdan 2017-12-24 21:26:24 +00:00 committed by Domen Kožar
parent 9482b67cd0
commit 7f91eb94be

View file

@ -581,8 +581,8 @@ nix-shell "<nixpkgs>" -A haskellPackages.bar.env
Every Haskell package set takes a function called `overrides` that you can use Every Haskell package set takes a function called `overrides` that you can use
to manipulate the package as much as you please. One useful application of this to manipulate the package as much as you please. One useful application of this
feature is to replace the default `mkDerivation` function with one that enables feature is to replace the default `mkDerivation` function with one that enables
library profiling for all packages. To accomplish that, add configure the library profiling for all packages. To accomplish that add the following
following snippet in your `~/.config/nixpkgs/config.nix` file: snippet to your `~/.config/nixpkgs/config.nix` file:
```nix ```nix
{ {
packageOverrides = super: let self = super.pkgs; in packageOverrides = super: let self = super.pkgs; in