22
33## 0.1.3.0  
44
5+ Major changes:
6+ 
7+ *  Detect unlisted modules and TemplateHaskell dependent files (#32  , #105  )
8+ *  Overhauled target parsing, added ` --test `  and ` --bench `  options [ #651  ] ( https://github.com/commercialhaskell/stack/issues/651 ) 
9+     *  For details, see [ Build commands Wiki page] ( https://github.com/commercialhaskell/stack/wiki/Build-command ) 
10+ 
11+ Other enhancements:
12+ 
513*  Set the ` HASKELL_DIST_DIR `  environment variable [ #524  ] ( https://github.com/commercialhaskell/stack/pull/524 ) 
614*  Track build status of tests and benchmarks [ #525  ] ( https://github.com/commercialhaskell/stack/issues/525 ) 
715*  ` --no-run-tests `  [ #517  ] ( https://github.com/commercialhaskell/stack/pull/517 ) 
2432*  ` stack build `  etc work outside of a project
2533*  ` list-dependencies `  command [ #638  ] ( https://github.com/commercialhaskell/stack/issues/638 ) 
2634*  ` --upgrade-cabal `  option to ` stack setup `  [ #174  ] ( https://github.com/commercialhaskell/stack/issues/174 ) 
27- *  Detect unlisted modules and TemplateHaskell dependent files (#32  , #105  )
28- *  Overhauled target parsing, added ` --test `  and ` --bench `  options [ #651  ] ( https://github.com/commercialhaskell/stack/issues/651 ) 
29-     *  For details, see [ Build commands Wiki page] ( https://github.com/commercialhaskell/stack/wiki/Build-command ) 
3035*  ` --exec `  option [ #651  ] ( https://github.com/commercialhaskell/stack/issues/651 ) 
3136*  ` --only-dependencies `  implemented correctly [ #387  ] ( https://github.com/commercialhaskell/stack/issues/387 ) 
3237
@@ -36,6 +41,9 @@ Bug fixes:
3641*  Fix: haddock forces rebuild of empty packages [ #452  ] ( https://github.com/commercialhaskell/stack/issues/452 ) 
3742*  Don't copy over executables excluded by component selection [ #605  ] ( https://github.com/commercialhaskell/stack/issues/605 ) 
3843*  Fix: stack fails on Windows with git package in stack.yaml and no git binary on path [ #712  ] ( https://github.com/commercialhaskell/stack/issues/712 ) 
44+ *  Fixed GHCi issue: Specifying explicit package versions (#678  )
45+ *  Fixed GHCi issue: Specifying -odir and -hidir as .stack-work/odir (#529  )
46+ *  Fixed GHCi issue: Specifying A instead of A.ext for modules (#498  ) 
3947
4048## 0.1.2.0  
4149
0 commit comments