We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63a1608 commit f138093Copy full SHA for f138093
doc/guide/dependency.md
@@ -63,8 +63,8 @@ If you want to use the `master` branch of the [ema](https://hackage.haskell.org/
63
64
```nix
65
haskellProjects.default = {
66
- settings = { super, ... }: {
67
- fourmolu.custom = super.fourmolu_0_13_1_0;
+ settings = {
+ fourmolu = { super, ...}: { custom = _: super.fourmolu_0_13_1_0; };
68
};
69
70
```
0 commit comments