Skip to content

Commit

Permalink
Update for Juvix 0.6.5 (#16)
Browse files Browse the repository at this point in the history
* Update juvix-stdlib with changes to FromNatural

* Update to new stdlib
  • Loading branch information
paulcadman authored Aug 21, 2024
1 parent 49ceec7 commit 72a517d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Package.juvix
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import PackageDescription.V2 open;
package : Package :=
defaultPackage@?{
name := "quickcheck";
version := mkVersion 0 13 0;
dependencies := [github "anoma" "juvix-stdlib" "v0.5.0"];
version := mkVersion 0 14 0;
dependencies := [github "anoma" "juvix-stdlib" "v0.6.0"];
main := just "Example.juvix"
};
6 changes: 3 additions & 3 deletions juvix.lock.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# This file was autogenerated by Juvix version 0.6.4.
# This file was autogenerated by Juvix version 0.6.5.
# Do not edit this file manually.

version: 2
checksum: 99a2c0cfac6ae6f9b2da473f3c89cf7e52ff678b3aa9a501170eed4095dad539
checksum: 3eaf6b2852195ac6cbcb5e9af836bb73b8932f534f687ba4820bfb9fd3b9d891
dependencies:
- git:
name: anoma_juvix-stdlib
ref: 16211500dc59a944f851fbaeeef703fdd09163fa
ref: 17a82dd466010b51924677b16a3f09a6c4c86a80
url: https://github.com/anoma/juvix-stdlib
dependencies: []

0 comments on commit 72a517d

Please sign in to comment.