Skip to content

Commit

Permalink
Update to stdlib v0.8.0 (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
paulcadman authored Nov 7, 2024
1 parent b28c74a commit 30ddbb6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 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 15 0;
dependencies := [github "anoma" "juvix-stdlib" "ca916cf56258396cc1c559cebf355106b6de199d"];
main := just "Example.juvix"
version := mkVersion 0 16 0;
dependencies := [github "anoma" "juvix-stdlib" "v0.8.0"];
main := just "Example.juvix";
};
4 changes: 2 additions & 2 deletions juvix.lock.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
# Do not edit this file manually.

version: 2
checksum: 71ea35a8c53a5d4e1e3760283204278e0006aa20b260468f8e6cf28fd8d94666
checksum: 5fda5d62a63d78004b98cb0e766ab67c64c3c18a27e08871e3696de419f81a1e
dependencies:
- git:
name: anoma_juvix-stdlib
ref: ca916cf56258396cc1c559cebf355106b6de199d
ref: 0080b1183ab55e5180e69bfc3987e4cd6edbc230
url: https://github.com/anoma/juvix-stdlib
dependencies: []

0 comments on commit 30ddbb6

Please sign in to comment.