Skip to content

Commit

Permalink
haskell docs: change wording in the "Miscellaneous Topics" section
Browse files Browse the repository at this point in the history
  • Loading branch information
pbogdan authored and domenkozar committed Dec 26, 2017
1 parent 9482b67 commit 7f91eb9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/languages-frameworks/haskell.md
Expand Up @@ -581,8 +581,8 @@ nix-shell "<nixpkgs>" -A haskellPackages.bar.env
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
feature is to replace the default `mkDerivation` function with one that enables
library profiling for all packages. To accomplish that, add configure the
following snippet in your `~/.config/nixpkgs/config.nix` file:
library profiling for all packages. To accomplish that add the following
snippet to your `~/.config/nixpkgs/config.nix` file:
```nix
{
packageOverrides = super: let self = super.pkgs; in
Expand Down

0 comments on commit 7f91eb9

Please sign in to comment.