Skip to content

Commit 7729960

Browse files
committed
Typo
1 parent 8a3aedd commit 7729960

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ To resolve this, override explicitly when using `callPackage`. This is done in b
157157
For example:
158158

159159
```nix
160-
haskellPackages.callPackage ./cabal.nix { hello = pkgs.hello; mnl = pkgs.libmnl; };
160+
haskellPackages.callPackage ./cabal.nix { hello = pkgs.hello; mnl = pkgs.libmnl; }
161161
```
162162

163163
## Using GHCi (or `cabal repl` or `stack ghci`)

0 commit comments

Comments
 (0)