All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog.
hidden_modules
attribute of thehaskell_library
rule. This allows to selectively hide modules in a library. See #152.
-
Test executables now find shared libraries correctly at runtime. See #151.
-
Building of certain modules does not fail with the “file name does not match module name” message anymore. See #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.
-
The “grep not found” error is fixed. See #141.
-
System-level shared libraries introduced by
haskell_cc_import
are now found correctly during compilation. See #142.