-
Notifications
You must be signed in to change notification settings - Fork 81
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #157 from tweag/add-changelog
Add changelog
- Loading branch information
Showing
1 changed file
with
39 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
# Change Log | ||
|
||
All notable changes to this project will be documented in this file. | ||
|
||
The format is based on [Keep a Changelog](http://keepachangelog.com/). | ||
|
||
## [0.4] - 2018-02-27 | ||
|
||
### Added | ||
|
||
* `hidden_modules` attribute of the `haskell_library` rule. This allows to | ||
selectively hide modules in a library. See | ||
[#152](https://github.com/tweag/rules_haskell/issues/152). | ||
|
||
### Fixed | ||
|
||
* Test executables now find shared libraries correctly at runtime. See | ||
[#151](https://github.com/tweag/rules_haskell/issues/151). | ||
|
||
* Building of certain modules does not fail with the “file name does not | ||
match module name” message anymore. See | ||
[#139](https://github.com/tweag/rules_haskell/issues/139). | ||
|
||
* Linking issues that resulted in unresolved symbols due to incorrect order | ||
in which static libraries are passed to linker are not resolved. See | ||
[#140](https://github.com/tweag/rules_haskell/issues/140). | ||
|
||
* The “grep not found” error is fixed. See | ||
[#141](https://github.com/tweag/rules_haskell/pull/141). | ||
|
||
* System-level shared libraries introduced by `haskell_cc_import` are now | ||
found correctly during compilation. See | ||
[#142](https://github.com/tweag/rules_haskell/issues/142). | ||
|
||
## [0.3] - 2018-02-13 | ||
|
||
## [0.2] - 2018-01-07 | ||
|
||
## [0.1] - 2018-01-02 |