Skip to content

Commit e69f823

Browse files
authored
Merge pull request #157 from tweag/add-changelog
Add changelog
2 parents ddb44d1 + 11ceaca commit e69f823

File tree

1 file changed

+39
-0
lines changed

1 file changed

+39
-0
lines changed

CHANGELOG.md

+39
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
The format is based on [Keep a Changelog](http://keepachangelog.com/).
6+
7+
## [0.4] - 2018-02-27
8+
9+
### Added
10+
11+
* `hidden_modules` attribute of the `haskell_library` rule. This allows to
12+
selectively hide modules in a library. See
13+
[#152](https://github.com/tweag/rules_haskell/issues/152).
14+
15+
### Fixed
16+
17+
* Test executables now find shared libraries correctly at runtime. See
18+
[#151](https://github.com/tweag/rules_haskell/issues/151).
19+
20+
* Building of certain modules does not fail with the “file name does not
21+
match module name” message anymore. See
22+
[#139](https://github.com/tweag/rules_haskell/issues/139).
23+
24+
* Linking issues that resulted in unresolved symbols due to incorrect order
25+
in which static libraries are passed to linker are not resolved. See
26+
[#140](https://github.com/tweag/rules_haskell/issues/140).
27+
28+
* The “grep not found” error is fixed. See
29+
[#141](https://github.com/tweag/rules_haskell/pull/141).
30+
31+
* System-level shared libraries introduced by `haskell_cc_import` are now
32+
found correctly during compilation. See
33+
[#142](https://github.com/tweag/rules_haskell/issues/142).
34+
35+
## [0.3] - 2018-02-13
36+
37+
## [0.2] - 2018-01-07
38+
39+
## [0.1] - 2018-01-02

0 commit comments

Comments
 (0)