Skip to content

Commit e81932a

Browse files
committed
remote: CHANGELOG cleanup
1 parent 82fc838 commit e81932a

File tree

1 file changed

+21
-27
lines changed

1 file changed

+21
-27
lines changed

hnix-store-remote/CHANGELOG.md

Lines changed: 21 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,60 +1,54 @@
1-
# Revision history for hnix-store-remote
1+
# Unreleased 202y-mm-dd
22

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
75
have a stand-alone `StoreDir` type instead to be used instead of `FilePath`
86
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)
108

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
1210

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)
1513
* `addToStore` no longer accepts `FilePath` as its second argument but uses
1614
more generic `NarSource` [(NarSource PR)](https://github.com/haskell-nix/hnix-store/pull/177)
1715

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
1917

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)
2220
* `addToStore`: constraint of `ValidAlgo a` removed in favour of constraint on `cryptonite: HashAlgorithm a` through constraint `NamedAlgo a`.
2321
* `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).
2422

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
2624

2725
Nothing (it is tandem `hnix-store-core` fix release)
2826

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
3828

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)
3933

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
4135

4236
* `System.Nix.Store.Remote`: module API now re-exports `System.Nix.Store.Remote.Types` API
4337
* Big clean-up of dependencies.
4438

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
4640

4741
* `hnix-store-core` compatibility
4842

49-
## 0.3.0.0 -- 2020-11-29
43+
# 0.3.0.0 -- 2020-11-29
5044

5145
* Restored most store API functions except `addToStoreNar`
5246
* Added `buildDerivation`
5347

54-
## 0.2.0.0 -- skipped
48+
# 0.2.0.0 -- skipped
5549

5650
* `hnix-store-core` release only
5751

58-
## 0.1.0.0 -- 2019-03-18
52+
# 0.1.0.0 -- 2019-03-18
5953

6054
* First version.

0 commit comments

Comments
 (0)