File tree Expand file tree Collapse file tree 1 file changed +27
-1
lines changed Expand file tree Collapse file tree 1 file changed +27
-1
lines changed Original file line number Diff line number Diff line change
1
+ ## May 29, 2019
2
+ * Added ` shellFor ` function to package set.
3
+
4
+ ## May 28, 2019
5
+ * Added ` snaphots ` and ` haskellPackages ` attributes to the
6
+ Haskell.nix top-level.
7
+
8
+ ## May 22, 2019
9
+ * Add the ` cleanSourceHaskell ` utility function to the Haskell.nix
10
+ top-level.
11
+
12
+ ## May 21, 2019
13
+ * Add the ` callCabalProjectToNix ` function, which uses "import from
14
+ derivation" (IFD) so that nix-tools doesn't need to be run
15
+ manually.
16
+ * The ` hackage.nix ` update process has changed, so that Cabal index
17
+ state hashes are also included in the generated repo.
18
+
19
+ ## May 20, 2019
20
+ * Remove Travis CI in favour of Buildkite.
21
+
22
+ ## May 17, 2019
23
+ * Add the ` callStackToNix ` function, which uses "import from
24
+ derivation" (IFD) so that ` stack-to-nix ` doesn't need to be run
25
+ manually.
26
+
1
27
## Mar 15, 2019
2
- * overlays was renamed to extras (#79 )
28
+ * overlays was renamed to extras (#79 )
3
29
See docs/migration.md
You can’t perform that action at this time.
0 commit comments