Changelog for hnix-0.10.0
Changelog
0.10.0 (2020-09-12)
-
Breaking:
- Remove
ToJSONandFromJSONinstances forNExpr- This also removes the JSON output feature for unevaluated expression trees.
- Remove
-
Misc:
0.9.1 (2020-07-13)
- Misc:
- REPL improvements
- Better tab completion
- Multi-line input
- Support for passing evaluated expression result of
hnix --eval -Eto REPL asinputvariable. - Support for loading
.hnixrcfrom current directory
- Reporting of
builtins.nixVersionbumped from 2.0 to 2.3 - Dependencies:
- Freed from:
interpolate,contravariant,semigroups,generic-random,tasty-quickcheck repline >= 0.4.0.0 && < 0.5
- Freed from:
- REPL improvements
0.9.0 (2020-06-15)
-
Changelog started. Previous release was
0.8.0. In new release: -
Breaking:
- Removed instances due to migration to
haskeline >= 0.8 && < 0.9:instance MonadException m => MonadException(StateT(HashMap FilePath NExprLoc) m)instance MonadException m => MonadException(Fix1T StandardTF m)
- Removed instances due to migration to
-
Misc:
- Library: Official support for
GHC 8.4 - 8.10
- Library: Official support for
HNix uses PVP Versioning.