Skip to content

Commit cd810e5

Browse files
authored
Update nix-tools version (#174)
1 parent 43bf3c2 commit cd810e5

File tree

2 files changed

+11
-4
lines changed

2 files changed

+11
-4
lines changed

changelog.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
11
This file contains a summary of changes to Haskell.nix and `nix-tools`
22
that will impact users.
33

4+
## June 12, 2019
5+
* Updated [nix-tools][]. This fixes subdirs on source repos with
6+
`cabal.project` and adds support for `stack.yaml` flags.
7+
48
## June 7, 2019
5-
* Several additions to the [documentation](https://input-output-hk.github.io/haskell.nix/).
9+
* Several additions to the [documentation][].
610
* More information about getting nix-tools, Haskell.nix, pinning.
711
* Updates the stack-to-nix and cabal-to-nix guides.
812
* Adds a section on development environments.
@@ -45,3 +49,6 @@ that will impact users.
4549
expose `extras` instead of `overlay`. Similarly `mkStackPkgSet`, `mkPkgSet` and `mkCabalProjectPkgSet`
4650
take a `pkg-def-extras` instead of `pkg-def-overlay` argument. If you are using `iohk-nix`, the
4751
`iohk-overlay` was parameter was renamed to `iohk-extras`.
52+
53+
[documentation]: https://input-output-hk.github.io/haskell.nix/
54+
[nix-tools]: https://github.com/input-output-hk/nix-tools

nix-tools/nix-tools-src.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"url": "https://github.com/input-output-hk/nix-tools",
3-
"rev": "69ca9bd0c1994f7bddb12bc1a99ac980e7365c14",
4-
"date": "2019-05-23T11:35:17+08:00",
5-
"sha256": "0f9ds6i4qni6xfgh8bq5kr469wr8j7a2zlb9l9g6gqy0y3hpihqm",
3+
"rev": "bb5700d04f0ff2d1a3a7b3278121c1ec67898793",
4+
"date": "2019-06-10T17:10:00+08:00",
5+
"sha256": "11q34s5hm76vb6r01h3r5ya9k9f4xqz2xdf958frhn6jb3jjihf6",
66
"fetchSubmodules": false
77
}

0 commit comments

Comments
 (0)