File tree Expand file tree Collapse file tree 1 file changed +34
-1
lines changed
Expand file tree Collapse file tree 1 file changed +34
-1
lines changed Original file line number Diff line number Diff line change 22
33All notable changes to this project will be documented in this file.
44
5- The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ ) .
5+ The format is based on [ Keep a Changelog] ( https://keepachangelog.com/ ) .
6+
7+ ## [ 0.5] - 2018-04-15
8+
9+ ### Added
10+
11+ * Support for MacOS, courtesy of Judah Jacobson. See
12+ [ #165 ] ( https://github.com/tweag/rules_haskell/issues/165 ) .
13+
14+ * Support for ` data ` attributes in ` haskell_binary ` and ` haskell_library `
15+ rules. See [ #167 ] ( https://github.com/tweag/rules_haskell/issues/167 ) .
16+
17+ * Output on building of GHC bindists so it's clearer what went wrong in case
18+ of a failure.
19+
20+ * ` haskell_repl ` rule allowing to interact with GHCi. See
21+ [ #82 ] ( https://github.com/tweag/rules_haskell/issues/82 ) .
22+
23+ * Support for GHC 8.4.1 bindist. See
24+ [ #175 ] ( https://github.com/tweag/rules_haskell/issues/175 ) .
25+
26+ * ` haskell_lint ` rule. See
27+ [ #181 ] ( https://github.com/tweag/rules_haskell/issues/181 ) .
28+
29+ * ` haskell_doctest ` rule. See
30+ [ #194 ] ( https://github.com/tweag/rules_haskell/issues/194 ) .
31+
32+ ### Changed
33+
34+ * Improved hermeticity of builds. See
35+ [ #180 ] ( https://github.com/tweag/rules_haskell/pull/180 ) .
36+
37+ * ` cc_haskell_import ` now works with ` haskell_binary ` targets as well. See
38+ [ #179 ] ( https://github.com/tweag/rules_haskell/issues/179 ) .
639
740## [ 0.4] - 2018-02-27
841
You can’t perform that action at this time.
0 commit comments