Skip to content

Commit 88d20ce

Browse files
committed
Update ChangeLog.md
1 parent 01a6282 commit 88d20ce

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

ChangeLog.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
1-
## Unreleased changes
2-
31
## 0.1.3.0
42

53
Major changes:
64

7-
* Detect unlisted modules and TemplateHaskell dependent files (#32, #105)
5+
* Detect when a module is compiled but not listed in the cabal file ([#32](https://github.com/commercialhaskell/stack/issues/32))
6+
* A warning is displayed for any modules that should be added to `other-modules` in the .cabal file
7+
* These modules are taken into account when determining whether a package needs to be built
8+
* Respect TemplateHaskell addDependentFile dependency changes ([#105](https://github.com/commercialhaskell/stack/issues/105))
9+
* TH dependent files are taken into account when determining whether a package needs to be built.
810
* Overhauled target parsing, added `--test` and `--bench` options [#651](https://github.com/commercialhaskell/stack/issues/651)
911
* For details, see [Build commands Wiki page](https://github.com/commercialhaskell/stack/wiki/Build-command)
1012

0 commit comments

Comments
 (0)