You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -156,7 +156,7 @@ The name of these libraries is the suffix of the `gcc` linking option:
156
156
157
157
They will be will available to `nix-build` and `nix-shell`. The `cabal configure` will automatically find them and link them during compilation.
158
158
159
-
These non-Haskell dependencies must be explicitly named when using `callPackage`.
159
+
These non-Haskell dependencies must be explicitly named when using `callPackage` so that they refer to the C libraries and not Haskell packages of the same name.
160
160
161
161
This is done in both `shell.nix` and `release.nix`.
0 commit comments