File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 1- ## Unreleased changes
2-
31## 0.1.3.0
42
53Major 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
You can’t perform that action at this time.
0 commit comments