Skip to content

Commit

Permalink
Update to point to stdlib monad branch
Browse files Browse the repository at this point in the history
  • Loading branch information
paulcadman committed Aug 22, 2024
1 parent 48bd646 commit b398d3c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Package.juvix
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ package : Package :=
defaultPackage@?{
name := "quickcheck";
version := mkVersion 0 14 0;
dependencies := [github "anoma" "juvix-stdlib" "fb906f2d28ea77b985c8cd1abbd37d6ab7dee346"];
dependencies := [github "anoma" "juvix-stdlib" "af72f25057217619a03b7a5114000d02d0abed31"];
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: 4595a17fdf8f6138ed72a5915bac94a649514462fe526e2ad09f3151107f8744
checksum: ae3b4404a5d1956fa080332c253991c0cff595ed0da21b75f3a76c5cd718e35b
dependencies:
- git:
name: anoma_juvix-stdlib
ref: fb906f2d28ea77b985c8cd1abbd37d6ab7dee346
ref: af72f25057217619a03b7a5114000d02d0abed31
url: https://github.com/anoma/juvix-stdlib
dependencies: []

0 comments on commit b398d3c

Please sign in to comment.