Skip to content

Commit

Permalink
Release version 0.2.0
Browse files Browse the repository at this point in the history
Update cabal package versions to 0.2.0 and re-materialize nix
  • Loading branch information
ch1bo committed Dec 14, 2021
1 parent 6b60fe9 commit ed0ed1a
Show file tree
Hide file tree
Showing 18 changed files with 44 additions and 25 deletions.
2 changes: 0 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
As a minor extension, we also keep a semantic version for the `UNRELEASED`
changes.

## [0.3.0] - UNRELEASED

## [0.2.0] - 2021-12-14

#### Added
Expand Down
2 changes: 1 addition & 1 deletion autotest.sh
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ else
fi


COMMAND="cabal exec ghci -- -ihydra-plutus/src -ihydra-prelude/src -ihydra-plutus/test -ihydra-node/src -ihydra-node/test -idist-newstyle/build/x86_64-linux/ghc-8.10.4/hydra-node-0.1.0/build/autogen/ $FLAGS $(git ls-files 'hydra-node/**/*.hs' 'hydra-plutus/**/*.hs' | grep -v Main.hs| grep -v Repl | tr -s '\012' ' ')"
COMMAND="cabal exec ghci -- -ihydra-plutus/src -ihydra-prelude/src -ihydra-plutus/test -ihydra-node/src -ihydra-node/test -idist-newstyle/build/x86_64-linux/ghc-8.10.4/hydra-node-0.2.0/build/autogen/ $FLAGS $(git ls-files 'hydra-node/**/*.hs' 'hydra-plutus/**/*.hs' | grep -v Main.hs| grep -v Repl | tr -s '\012' ' ')"

if [ $1 == "repl" ]; then
exec $COMMAND
Expand Down
2 changes: 1 addition & 1 deletion default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ pkgs.haskell-nix.project {
compiler-nix-name = compiler;

# Fixed output derivation for plan-nix
plan-sha256 = "1fz2dwp9yb2bhsv29pqk1hjm59m72as44kh6m2vdpv2lkbpbd2am";
plan-sha256 = "1mw8za96gvz7qa047qp10dj1c12rsb9vg1pccn6wl3v7hsjn7g7r";
materialized = ./nix/hydra-poc.materialized;
# Enable this and nix-build one of the project components to get the new
# plan-sha256 and materialization update scripts:
Expand Down
4 changes: 2 additions & 2 deletions hydra-node/hydra-node.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 3.0
name: hydra-node
version: 0.1.0
version: 0.2.0
synopsis: The Hydra node
author: IOHK
copyright: 2021 IOHK
Expand Down Expand Up @@ -219,8 +219,8 @@ test-suite tests
, aeson
, array
, base
, bytestring
, base16-bytestring
, bytestring
, cardano-api
, cardano-binary
, cardano-crypto-class
Expand Down
2 changes: 1 addition & 1 deletion hydra-plutus/hydra-plutus.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 2.2
name: hydra-plutus
version: 0.1.0
version: 0.2.0
synopsis: Hydra Plutus Contracts
author: IOHK
copyright: 2021 IOHK
Expand Down
2 changes: 1 addition & 1 deletion hydra-prelude/hydra-prelude.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 2.2
name: hydra-prelude
version: 0.1.0
version: 0.2.0
synopsis: Custom Hydra Prelude used across other Hydra packages.
author: IOHK
copyright: 2021 IOHK
Expand Down
2 changes: 1 addition & 1 deletion hydra-test-utils/hydra-test-utils.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 2.2
name: hydra-test-utils
version: 0.1.0
version: 0.2.0
synopsis: Hydra utilities for testing, aka. "Test Prelude"
author: IOHK
copyright: 2021 IOHK
Expand Down
2 changes: 1 addition & 1 deletion hydra-tui/hydra-tui.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 2.2
name: hydra-tui
version: 0.1.0
version: 0.2.0
synopsis: TUI for managing a Hydra node
description: TUI for managing a Hydra node
author: IOHK
Expand Down
2 changes: 1 addition & 1 deletion local-cluster/local-cluster.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 3.0
name: local-cluster
version: 0.1.0
version: 0.2.0
synopsis:
Integration test suite using a local cluster of cardano and hydra nodes

Expand Down
2 changes: 1 addition & 1 deletion merkle-patricia-tree/merkle-patricia-tree.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 2.2
name: merkle-patricia-tree
version: 0.1.0
version: 0.2.0
synopsis: An implementation of the Merkle Patricia Tree algorithm.
author: IOHK
copyright: 2021 IOHK
Expand Down
4 changes: 2 additions & 2 deletions nix/hydra-poc.materialized/.plan.nix/hydra-node.nix

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion nix/hydra-poc.materialized/.plan.nix/hydra-plutus.nix

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion nix/hydra-poc.materialized/.plan.nix/hydra-prelude.nix

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion nix/hydra-poc.materialized/.plan.nix/hydra-test-utils.nix

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion nix/hydra-poc.materialized/.plan.nix/hydra-tui.nix

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

22 changes: 21 additions & 1 deletion nix/hydra-poc.materialized/.plan.nix/local-cluster.nix

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 6 additions & 5 deletions nix/hydra-poc.materialized/default.nix

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit ed0ed1a

Please sign in to comment.