From cc7a472fddfa25015f77efd9ece9f98dc2705f37 Mon Sep 17 00:00:00 2001 From: Anton Latukha Date: Thu, 8 Jul 2021 12:03:34 +0300 Subject: [PATCH] Release 0.14.0 (#965) * ChangeLog: preparing 0.14.0 * cabal: proclaim 0.14.0 --- ChangeLog.md | 10 +++++++++- hnix.cabal | 2 +- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/ChangeLog.md b/ChangeLog.md index d1027af3c..6ff8fa610 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,7 +1,15 @@ # ChangeLog -## [(diff)](https://github.com/haskell-nix/hnix/compare/0.13.1...master#files_bucket) WIP +## [(diff)](https://github.com/haskell-nix/hnix/compare/0.13.1...0.14.0#files_bucket) WIP + +* GHC 9.0 support. + +* HNix switched to pre-0.9 style of log (aka "no log"). We temporarily stopped producing log, choosing effectiveness over writing about it. + +* 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. + +A partial log: * Breaking: diff --git a/hnix.cabal b/hnix.cabal index 8104a8f22..d11d3f2a3 100644 --- a/hnix.cabal +++ b/hnix.cabal @@ -1,6 +1,6 @@ cabal-version: 2.2 name: hnix -version: 0.13.1 +version: 0.14.0 synopsis: Haskell implementation of the Nix language description: Haskell implementation of the Nix language. category: System, Data, Nix