-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update the juvix-stdlib * Format the project * Update stdlib and format
- Loading branch information
1 parent
37ddfcf
commit dc0d389
Showing
8 changed files
with
40 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,10 @@ | ||
module Package; | ||
|
||
import Stdlib.Prelude open; | ||
import PackageDescription.V1 open; | ||
import PackageDescription.V2 open; | ||
|
||
package : Package := | ||
defaultPackage | ||
{name := "quickcheck"; | ||
version := mkVersion 0 9 0; | ||
dependencies := [github "anoma" "juvix-stdlib" "v0.0.1"]; | ||
version := mkVersion 0 10 0; | ||
dependencies := [github "anoma" "juvix-stdlib" "v0.2.0"]; | ||
main := just "Example.juvix"}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,11 @@ | ||
# This file was autogenerated by Juvix version 0.5.4. | ||
# This file was autogenerated by Juvix version 0.6.0. | ||
# Do not edit this file manually. | ||
|
||
version: 2 | ||
checksum: beb38798792b395019addc1f9636e981c2bde42b9b6fdc2ac6b7a455509a4ae5 | ||
dependencies: | ||
- git: | ||
name: anoma_juvix-stdlib | ||
ref: f68b0614ad695eaa13ead42f3466e0a78219f826 | ||
ref: e2efe4e6fe8e8bf1766050a7fa7ad8ff4e8c69fc | ||
url: https://github.com/anoma/juvix-stdlib | ||
dependencies: [] |