form 0.11.1

This commit is contained in:
Anton-Latukha 2020-12-09 18:41:24 +02:00
parent 6a91375c28
commit 6c071d36a1
No known key found for this signature in database
GPG Key ID: 3D84C07E91802E41
2 changed files with 3 additions and 1 deletions

View File

@ -3,6 +3,8 @@
## [(diff)](https://github.com/haskell-nix/hnix/compare/0.11.0...master#files_bucket) Progress
### [(diff)](https://github.com/haskell-nix/hnix/compare/0.11.0...0.11.1#files_bucket) 0.11.1 (2020-12-09)
* Additional:
* [(link)](https://github.com/haskell-nix/hnix/commit/d32a6fbaf3df1c8879d1b19a18f21c031a73e56c) `Nix/Builtins`: `isString` fixed - It used to return `True` for values coercible to string like derivations and paths. It only accepts string values now.
* [(link)](https://github.com/haskell-nix/hnix/commit/53b4db2525a8f074d8c262fa7b66ce97e5820890) `Nix/Builtins`: `substring` fixed - Negative lengths used to capture an empty string. Now they capture the whole rmeainder of the string.

View File

@ -1,5 +1,5 @@
name: hnix
version: 0.11.0
version: 0.11.1
synopsis: Haskell implementation of the Nix language
description: Haskell implementation of the Nix language.
category: System, Data, Nix