hnix-store/hnix-store-remote/ChangeLog.md

39 lines
1.4 KiB
Markdown
Raw Normal View History

2020-07-14 13:42:46 +03:00
# Revision history for hnix-store-remote
## [0.4.3.0](https://github.com/haskell-nix/hnix-store/compare/0.4.2.0...0.4.3.0) 2021-05-30
Nothing (it is tandem `hnix-store-core` fix release)
## [0.4.2.0](https://github.com/haskell-nix/hnix-store/compare/0.4.1.0...0.4.2.0) 2021-03-12
* Additional:
* [(link)](https://github.com/haskell-nix/hnix-store/commit/5d03ffc43cde9448df05e84838ece70cc83b1b6c) Cabal now properly states `tasty-discover` as `build-tool-depends`.
* [(link)](https://github.com/haskell-nix/hnix-store/commit/b5ad38573d27e0732d0fadfebd98de1f753b4f07) added explicit `hie.yml` cradle description for `cabal` to help Haskell Language Server to work with monorepo.
* [(link)](https://github.com/haskell-nix/hnix-store/commit/cf04083aba98ad40d183d1e26251101816cc07ae) Nix dev env: removed GHC 8.6.5 support, afaik it is not even in Nixpkgs anymore.
2021-01-16 12:24:59 +03:00
2021-01-16 11:55:33 +03:00
## [0.4.1.0](https://github.com/haskell-nix/hnix-store/compare/0.4.0.0...0.4.1.0) 2021-01-16
2020-12-30 16:45:45 +03:00
2021-01-16 11:55:33 +03:00
* `System.Nix.Store.Remote`: module API now re-exports `System.Nix.Store.Remote.Types` API
* Big clean-up of dependencies.
2020-12-30 16:45:45 +03:00
2020-12-30 16:14:57 +03:00
## [0.4.0.0](https://github.com/haskell-nix/hnix-store/compare/0.3.0.0...0.4.0.0) 2020-12-30
* `hnix-store-core` compatibility
2020-11-29 17:14:26 +03:00
## 0.3.0.0 -- 2020-11-29
2020-07-14 13:42:46 +03:00
* Restored most store API functions except `addToStoreNar`
2020-07-14 13:42:46 +03:00
* Added `buildDerivation`
## 0.2.0.0 -- skipped
* `hnix-store-core` release only
## 0.1.0.0 -- 2019-03-18
* First version.