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: ChangeLog.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
@@ -58,7 +58,7 @@
58
58
-- was :: v -> (m v -> m v) -> m v
59
59
```
60
60
61
-
* [(link)](https://github.com/haskell-nix/hnix/pull/863/files) `Nix.Normal`:`normalizeValue` removed first functional argument that was passing the function that did the thunk forcing.Now function provides the thunk forcing.Now to normalize simply use `normalizeValue v`.
61
+
* [(link)](https://github.com/haskell-nix/hnix/pull/863/files) `Nix.Normal`:`normalizeValue` removed first functional argument that was passing the function that did the thunk forcing.Now function provides the thunk forcing.Now to normalize simply use `normalizeValue v`.Old implementation now is `normalizeValueF`.
62
62
63
63
* [(link)](https://github.com/haskell-nix/hnix/pull/859/commits/8e043bcbda13ea4fd66d3eefd6da690bb3923edd) `Nix.Value.Equal`:`valueEqM`: freed from `RankNTypes: forall t f m .`.
0 commit comments