### 0.3.2.3
- Fixed docs on using *cabal-plan*.
### 0.3.2.0
- Added docs on building with dependencies installed by *cabal v2-build*.
### 0.3.1.0
- Use option *-flink-rts* only with GHC supporting this (GHC *8.10.6* and
newer).
- Archive artifacts using the new option *-a* of *hslibdeps*.
- Added docs on how to use options of *hslibdeps* directly.
### 0.3.0.0
- GHC option *-flink-rts* was added to the list of default GHC options.
- Add GHC options *$pkg.hs -o $pkg.so* when building without
option *-o* specified.
- More robust naming of paths to build artifacts.
### 0.2.0.0
- More robust processing of build and configuration flags.
- Export several internal functions from the module.
### 0.1.1.0
- Support only Cabal versions >= *3.0.0.0*.
### 0.1.0.0
- Initial version.