Skip to content

Commit cc7a472

Browse files
Release 0.14.0 (#965)
* ChangeLog: preparing 0.14.0 * cabal: proclaim 0.14.0
1 parent ae83cf2 commit cc7a472

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

ChangeLog.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,15 @@
11

22
# ChangeLog
33

4-
## [(diff)](https://github.com/haskell-nix/hnix/compare/0.13.1...master#files_bucket) WIP
4+
## [(diff)](https://github.com/haskell-nix/hnix/compare/0.13.1...0.14.0#files_bucket) WIP
5+
6+
* GHC 9.0 support.
7+
8+
* HNix switched to pre-0.9 style of log (aka "no log"). We temporarily stopped producing log, choosing effectiveness over writing about it.
9+
10+
* All changes seem trivial (from the inside). There is no changes in `Nix.Expr.Shorthands` module. Would there be difficulties in migration - please write to us - we would tackle & solve it togather.
11+
12+
A partial log:
513

614
* Breaking:
715

hnix.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: 2.2
22
name: hnix
3-
version: 0.13.1
3+
version: 0.14.0
44
synopsis: Haskell implementation of the Nix language
55
description: Haskell implementation of the Nix language.
66
category: System, Data, Nix

0 commit comments

Comments
 (0)