Skip to content

Commit 3329035

Browse files
committed
ChangeLog: add note on the NValue' data constructor change
1 parent c63f58c commit 3329035

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

ChangeLog.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,9 +137,11 @@
137137
MonadPaths (Fix1 t) :: Nix.Standard -> Nix.Effects
138138
MonadPutStr (Fix1 t) :: Nix.Standard -> Nix.Effects
139139
```
140-
* [(link)](https://github.com/haskell-nix/hnix/pull/878/files) `nvSet{,',P}`: got unflipped, now accept source position argument before the value.
140+
* [(link)](https://github.com/haskell-nix/hnix/pull/878/files) `Nix.Value`: `nvSet{,',P}`: got unflipped, now accept source position argument before the value.
141141

142-
* [(link)](https://github.com/haskell-nix/hnix/pull/878/files) `mkNixDoc`: got unflipped.
142+
* [(link)](https://github.com/haskell-nix/hnix/pull/878/files) `Nix.Pretty`: `mkNixDoc`: got unflipped.
143+
144+
* [(link)](https://github.com/haskell-nix/hnix/pull/886/commits/381b0e5df9cc620a25533ff1c84045a4ea37a833) `Nix.Value`: Data constructor for `NValue' t f m a` changed (`NValue -> NValue'`).
143145

144146
* Additional:
145147
* [(link)](https://github.com/haskell-nix/hnix/commit/7e6cd97bf3288cb584241611fdb25bf85d7e0ba7) `cabal.project`: freed from the `cryptohash-sha512` override, Hackage trustees made a revision.

0 commit comments

Comments
 (0)