Skip to content

Commit

Permalink
Merge #264 #267
Browse files Browse the repository at this point in the history
264: Upgrade cardano-binary to GHC 8.6.3 r=mdimjasevic a=mdimjasevic

This upgrades `cardano-binary` to GHC 8.6.3.

The `tasty-hedhehog` package had to be declared in a `stack.yaml` file.

Closes #263.

267: Upgrade cardano-crypto-wrapper to depend on GHC 8.6.3 r=mdimjasevic a=mdimjasevic

This upgrades `cardano-crypto-wrapper`'s stack build to GHC 8.6.3.

The `tasty-hedhehog` package had to be declared in a `stack.yaml` file.

Closes #265.

Co-authored-by: Marko Dimjašević <[email protected]>
  • Loading branch information
iohk-bors[bot] and Marko Dimjašević committed Jan 30, 2019
3 parents 4d9eec0 + b495fa7 + 93f76a1 commit b90a5fd
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
4 changes: 2 additions & 2 deletions binary/stack.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
resolver: https://raw.githubusercontent.com/input-output-hk/cardano-prelude/85fe2b8094b10e5f669423e0a8af327017cb0771/snapshot.yaml
resolver: https://raw.githubusercontent.com/input-output-hk/cardano-prelude/7f8544ae9e162b6664f07093227edb148f1c8a5b/snapshot.yaml

packages:
- .
- test

extra-deps:
- git: https://github.com/input-output-hk/cardano-prelude
commit: 54f2861978a02a2b04f626f47005769bf23b853b
commit: 7f8544ae9e162b6664f07093227edb148f1c8a5b
subdirs:
- .
- test
Expand Down
4 changes: 2 additions & 2 deletions crypto/stack.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
resolver: https://raw.githubusercontent.com/input-output-hk/cardano-prelude/85fe2b8094b10e5f669423e0a8af327017cb0771/snapshot.yaml
resolver: https://raw.githubusercontent.com/input-output-hk/cardano-prelude/7f8544ae9e162b6664f07093227edb148f1c8a5b/snapshot.yaml

packages:
- .
- test

extra-deps:
- git: https://github.com/input-output-hk/cardano-prelude
commit: db5deaa1780b3a0811aaa4b8941037c5efa17105
commit: 7f8544ae9e162b6664f07093227edb148f1c8a5b
subdirs:
- .
- test
Expand Down
5 changes: 3 additions & 2 deletions stack.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
resolver: https://raw.githubusercontent.com/input-output-hk/cardano-prelude/f2802079ba2c07c4d408e3c0aa000fc363792398/snapshot.yaml
resolver: https://raw.githubusercontent.com/input-output-hk/cardano-prelude/7f8544ae9e162b6664f07093227edb148f1c8a5b/snapshot.yaml

packages:
- .
Expand All @@ -12,7 +12,7 @@ packages:

extra-deps:
- git: https://github.com/input-output-hk/cardano-prelude
commit: db5deaa1780b3a0811aaa4b8941037c5efa17105
commit: 7f8544ae9e162b6664f07093227edb148f1c8a5b
subdirs:
- .
- test
Expand All @@ -33,6 +33,7 @@ extra-deps:
commit: 74ca63f8ad6b47beba2f565c73592cede63ce4b5

- sequence-0.9.8
- tasty-hedgehog-0.2.0.0

nix:
shell-file: scripts/nix/stack-shell.nix

0 comments on commit b90a5fd

Please sign in to comment.