1
1
mirror of https://github.com/nmattia/snack.git synced 2024-09-11 11:55:36 +03:00

changelog: update

This commit is contained in:
Nicolas Mattia 2018-10-04 21:33:26 +03:00
parent 726690f4c8
commit 4ab4442026

View File

@ -9,10 +9,14 @@ Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to
### Added
- This CHANGELOG file to track changes to the command line and library APIs.
- Support for custom GHC version, `ghcWithPackages` and `pkgs`
### Changed
- The `snack run` function to accept arguments that will be passed to the built
executable.
- The `snack.nix` now describes the build environment and packages are
described through `package.nix` (i.e. to migrate: rename `snack.nix` to
`package.nix`)
### Fixed
- The module import parsing when the CPP extension is enabled.