@@ -18,6 +18,13 @@ Other enhancements:
18
18
19
19
Bug fixes:
20
20
21
+ * The script interpreter's implicit file arguments are now passed before other
22
+ arguments. See [ #3658 ] ( https://github.com/commercialhaskell/stack/issues/3658 ) .
23
+ In particular, this makes it possible to pass ` -- +RTS ... -RTS ` to specify
24
+ RTS arguments used when running the script.
25
+ * Don't ignore the template ` year ` parameter in config files, and clarify the
26
+ surrounding documentation. See
27
+ [ #2275 ] ( https://github.com/commercialhaskell/stack/issues/2275 ) .
21
28
* Benchmarks used to be run concurrently with other benchmarks
22
29
and build steps. This is non-ideal because CPU usage of other processes
23
30
may interfere with benchmarks. It also prevented benchmark output from
@@ -43,13 +50,6 @@ Bug fixes:
43
50
* Run the Cabal file checking in the ` sdist ` command more reliably by
44
51
allowing the Cabal library to flatten the
45
52
` GenericPackageDescription ` itself.
46
- * The script interpreter's implicit file arguments are now passed before other
47
- arguments. See [ #3658 ] ( https://github.com/commercialhaskell/stack/issues/3658 ) .
48
- In particular, this makes it possible to pass ` -- +RTS ... -RTS ` to specify
49
- RTS arguments used when running the script.
50
- * Don't ignore the template ` year ` parameter in config files, and clarify the
51
- surrounding documentation. See
52
- [ #2275 ] ( https://github.com/commercialhaskell/stack/issues/2275 ) .
53
53
54
54
## v1.6.1.1
55
55
0 commit comments