Skip to content

Commit

Permalink
Update to new stdlib
Browse files Browse the repository at this point in the history
  • Loading branch information
paulcadman committed Aug 21, 2024
1 parent eca0d10 commit 9795e99
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 1;
dependencies := [github "anoma" "juvix-stdlib" "297601a98dcace657aaff6e42945f1430647885b"];
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: 3622ef43eabe7a833e6fd67b434b39982125175cfb66fa00395f6afc67a9b3ce
checksum: 3eaf6b2852195ac6cbcb5e9af836bb73b8932f534f687ba4820bfb9fd3b9d891
dependencies:
- git:
name: anoma_juvix-stdlib
ref: 297601a98dcace657aaff6e42945f1430647885b
ref: 17a82dd466010b51924677b16a3f09a6c4c86a80
url: https://github.com/anoma/juvix-stdlib
dependencies: []

0 comments on commit 9795e99

Please sign in to comment.