-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #285 from haskell-nix/srk/release/core08etAl
Release `core 0.8`, remote `0.7` and new packages
- Loading branch information
Showing
17 changed files
with
118 additions
and
45 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,9 +13,10 @@ maintainer: [email protected] | |
copyright: 2018 Shea Levy | ||
category: Nix | ||
build-type: Simple | ||
extra-source-files: | ||
extra-doc-files: | ||
CHANGELOG.md | ||
, README.md | ||
extra-source-files: | ||
README.md | ||
, tests/samples/example0.drv | ||
, tests/samples/example1.drv | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,9 @@ | ||
# Unreleased 202y-mm-dd | ||
# 0.1.0.0 2024-07-31 | ||
|
||
* First version. | ||
* Initial release | ||
|
||
--- | ||
|
||
`hnix-store-db` uses [PVP Versioning][1]. | ||
|
||
[1]: https://pvp.haskell.org |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,18 +2,19 @@ cabal-version: 2.2 | |
name: hnix-store-db | ||
version: 0.1.0.0 | ||
synopsis: Nix store database support | ||
description: Implementation of the nix store database | ||
description: Implementation of the Nix store database | ||
homepage: https://github.com/haskell-nix/hnix-store | ||
license: Apache-2.0 | ||
license-file: LICENSE | ||
author: Richard Marko | ||
author: Sorki | ||
maintainer: [email protected] | ||
copyright: 2023 Richard Marko | ||
copyright: 2023 Sorki | ||
category: Nix | ||
build-type: Simple | ||
extra-source-files: | ||
extra-doc-files: | ||
CHANGELOG.md | ||
, README.md | ||
extra-source-files: | ||
README.md | ||
, README.lhs | ||
|
||
flag build-bench | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,18 +3,19 @@ name: hnix-store-json | |
version: 0.1.0.0 | ||
synopsis: JSON serialization for core types | ||
description: | ||
Aeson instances for core types | ||
Aeson instances for core types, required for remote store protocol | ||
homepage: https://github.com/haskell-nix/hnix-store | ||
license: Apache-2.0 | ||
license-file: LICENSE | ||
author: Richard Marko | ||
author: Sorki | ||
maintainer: [email protected] | ||
copyright: 2023 Richard Marko | ||
copyright: 2023 Sorki | ||
category: Nix | ||
build-type: Simple | ||
extra-source-files: | ||
extra-doc-files: | ||
CHANGELOG.md | ||
, README.md | ||
extra-source-files: | ||
README.md | ||
|
||
common commons | ||
ghc-options: -Wall | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,9 @@ | ||
# Version [0.1.0.0](https://github.com/haskell-nix/hnix-store/compare/nar-0.1.0.0...nar-0.1.1.0) (2023-11-27) | ||
# 0.1.0.0 2024-07-31 | ||
|
||
* Initial release | ||
* Initial release after a split from `hnix-store-core` | ||
|
||
--- | ||
|
||
`hnix-store-nar` uses [PVP Versioning][1]. | ||
|
||
[1]: https://pvp.haskell.org | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,14 +12,16 @@ maintainer: [email protected] | |
copyright: 2018 Shea Levy | ||
category: Nix | ||
build-type: Simple | ||
extra-source-files: | ||
extra-doc-files: | ||
CHANGELOG.md | ||
, README.md | ||
extra-source-files: | ||
README.md | ||
, tests/fixtures/case-conflict.nar | ||
|
||
flag bounded_memory | ||
description: Run tests of constant memory use (requires +RTS -T) | ||
default: False | ||
manual: True | ||
|
||
common commons | ||
ghc-options: -Wall | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,9 +12,10 @@ maintainer: [email protected] | |
copyright: 2018 Shea Levy | ||
category: Nix | ||
build-type: Simple | ||
extra-source-files: | ||
extra-doc-files: | ||
CHANGELOG.md | ||
, README.md | ||
extra-source-files: | ||
README.md | ||
|
||
common commons | ||
ghc-options: -Wall | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,20 @@ | ||
cabal-version: 2.2 | ||
name: hnix-store-remote | ||
version: 0.6.0.0 | ||
version: 0.7.0.0 | ||
synopsis: Remote hnix store | ||
description: Implementation of the nix store using the daemon protocol. | ||
homepage: https://github.com/haskell-nix/hnix-store | ||
license: Apache-2.0 | ||
license-file: LICENSE | ||
author: Richard Marko | ||
author: Sorki | ||
maintainer: [email protected] | ||
copyright: 2018 Richard Marko | ||
copyright: 2018 Sorki | ||
category: Nix | ||
build-type: Simple | ||
extra-source-files: | ||
extra-doc-files: | ||
CHANGELOG.md | ||
, README.md | ||
extra-source-files: | ||
README.md | ||
, README.lhs | ||
|
||
common commons | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,14 +10,15 @@ description: | |
homepage: https://github.com/haskell-nix/hnix-store | ||
license: Apache-2.0 | ||
license-file: LICENSE | ||
author: Richard Marko | ||
author: Sorki | ||
maintainer: [email protected] | ||
copyright: 2023 Richard Marko | ||
copyright: 2023 Sorki | ||
category: Nix | ||
build-type: Simple | ||
extra-source-files: | ||
extra-doc-files: | ||
CHANGELOG.md | ||
, README.md | ||
extra-source-files: | ||
README.md | ||
|
||
common commons | ||
ghc-options: -Wall | ||
|