|
1 | | -# Revision history for hnix-store-remote |
| 1 | +# Unreleased 202y-mm-dd |
2 | 2 |
|
3 | | -## Unreleased 202y-mm-dd |
4 | | - |
5 | | -* Breaking: |
6 | | - * [(link)](https://github.com/haskell-nix/hnix-store/pull/216) `StorePath` no longer carries `storePathRoot` field and we |
| 3 | +* Changes: |
| 4 | + * `StorePath` no longer carries `storePathRoot` field and we |
7 | 5 | have a stand-alone `StoreDir` type instead to be used instead of `FilePath` |
8 | 6 | when store root directory is needed as a context. |
9 | | - Fore `-remote`, this affects `runStoreOpts` and its variants. |
| 7 | + Fore `-remote`, this affects `runStoreOpts` and its variants [#216](https://github.com/haskell-nix/hnix-store/pull/216) |
10 | 8 |
|
11 | | -## [0.6.0.0](https://github.com/haskell-nix/hnix-store/compare/remote-0.5.0.0...remote-0.6.0.0) 2021-06-06 |
| 9 | +# [0.6.0.0](https://github.com/haskell-nix/hnix-store/compare/remote-0.5.0.0...remote-0.6.0.0) 2021-06-06 |
12 | 10 |
|
13 | | -* Breaking: |
14 | | - * [(link)](https://github.com/haskell-nix/hnix-store/pull/179) `System.Nix.Store.Remote`: |
| 11 | +* Changes: |
| 12 | + * `System.Nix.Store.Remote` [#179](https://github.com/haskell-nix/hnix-store/pull/179) |
15 | 13 | * `addToStore` no longer accepts `FilePath` as its second argument but uses |
16 | 14 | more generic `NarSource` [(NarSource PR)](https://github.com/haskell-nix/hnix-store/pull/177) |
17 | 15 |
|
18 | | -## [0.5.0.0](https://github.com/haskell-nix/hnix-store/compare/0.4.3.0...remote-0.5.0.0) 2021-06-11 |
| 16 | +# [0.5.0.0](https://github.com/haskell-nix/hnix-store/compare/0.4.3.0...remote-0.5.0.0) 2021-06-11 |
19 | 17 |
|
20 | | -* Breaking: |
21 | | - * [(link)](https://github.com/haskell-nix/hnix-store/commit/3b948d112aa9307b0451258f28c7ee5dc86b24c7) `System.Nix.Store.Remote`: |
| 18 | +* Changes: |
| 19 | + * `System.Nix.Store.Remote` [#161](https://github.com/haskell-nix/hnix-store/pull/161) |
22 | 20 | * `addToStore`: constraint of `ValidAlgo a` removed in favour of constraint on `cryptonite: HashAlgorithm a` through constraint `NamedAlgo a`. |
23 | 21 | * `queryPathFromHashPart`: 1st arg changed from `Digest StorePathHashAlgo` to `StorePathHashPart`, for details: [hnix-store-core 0.5.0.0 ChangeLog](https://hackage.haskell.org/package/hnix-store-core-0.5.0.0/changelog). |
24 | 22 |
|
25 | | -## [0.4.3.0](https://github.com/haskell-nix/hnix-store/compare/0.4.2.0...0.4.3.0) 2021-05-30 |
| 23 | +# [0.4.3.0](https://github.com/haskell-nix/hnix-store/compare/0.4.2.0...0.4.3.0) 2021-05-30 |
26 | 24 |
|
27 | 25 | Nothing (it is tandem `hnix-store-core` fix release) |
28 | 26 |
|
29 | | -## [0.4.2.0](https://github.com/haskell-nix/hnix-store/compare/0.4.1.0...0.4.2.0) 2021-03-12 |
30 | | - |
31 | | -* Additional: |
32 | | - |
33 | | - * [(link)](https://github.com/haskell-nix/hnix-store/commit/5d03ffc43cde9448df05e84838ece70cc83b1b6c) Cabal now properly states `tasty-discover` as `build-tool-depends`. |
34 | | - |
35 | | - * [(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. |
36 | | - |
37 | | - * [(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. |
| 27 | +# [0.4.2.0](https://github.com/haskell-nix/hnix-store/compare/0.4.1.0...0.4.2.0) 2021-03-12 |
38 | 28 |
|
| 29 | +* Additions: |
| 30 | + * Cabal now properly states `tasty-discover` as `build-tool-depends` [#130](https://github.com/haskell-nix/hnix-store/pull/130) |
| 31 | + * added explicit `hie.yml` cradle description for `cabal` to help Haskell Language Server to work with monorepo. [#132](https://github.com/haskell-nix/hnix-store/pull/132) |
| 32 | + * Nix dev env: removed GHC 8.6.5 support, afaik it is not even in Nixpkgs anymore [#136](https://github.com/haskell-nix/hnix-store/pull/136) |
39 | 33 |
|
40 | | -## [0.4.1.0](https://github.com/haskell-nix/hnix-store/compare/0.4.0.0...0.4.1.0) 2021-01-16 |
| 34 | +# [0.4.1.0](https://github.com/haskell-nix/hnix-store/compare/0.4.0.0...0.4.1.0) 2021-01-16 |
41 | 35 |
|
42 | 36 | * `System.Nix.Store.Remote`: module API now re-exports `System.Nix.Store.Remote.Types` API |
43 | 37 | * Big clean-up of dependencies. |
44 | 38 |
|
45 | | -## [0.4.0.0](https://github.com/haskell-nix/hnix-store/compare/0.3.0.0...0.4.0.0) 2020-12-30 |
| 39 | +# [0.4.0.0](https://github.com/haskell-nix/hnix-store/compare/0.3.0.0...0.4.0.0) 2020-12-30 |
46 | 40 |
|
47 | 41 | * `hnix-store-core` compatibility |
48 | 42 |
|
49 | | -## 0.3.0.0 -- 2020-11-29 |
| 43 | +# 0.3.0.0 -- 2020-11-29 |
50 | 44 |
|
51 | 45 | * Restored most store API functions except `addToStoreNar` |
52 | 46 | * Added `buildDerivation` |
53 | 47 |
|
54 | | -## 0.2.0.0 -- skipped |
| 48 | +# 0.2.0.0 -- skipped |
55 | 49 |
|
56 | 50 | * `hnix-store-core` release only |
57 | 51 |
|
58 | | -## 0.1.0.0 -- 2019-03-18 |
| 52 | +# 0.1.0.0 -- 2019-03-18 |
59 | 53 |
|
60 | 54 | * First version. |
0 commit comments