Skip to content

Commit

Permalink
Migrate juvix.yaml to Package.juvix (#89)
Browse files Browse the repository at this point in the history
This PR migrates the `juvix.yaml` files for the stdlib and its test
package.

* Part of anoma/juvix#2487
  • Loading branch information
paulcadman authored Nov 7, 2023
1 parent 2bc3b8b commit f68b061
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 14 deletions.
9 changes: 9 additions & 0 deletions Package.juvix
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
module Package;

import PackageDescription.V1 open;

package : Package :=
defaultPackage
{name := "stdlib";
version := mkVersion 0 0 1;
dependencies := []};
3 changes: 0 additions & 3 deletions juvix.yaml

This file was deleted.

13 changes: 13 additions & 0 deletions test/Package.juvix
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
module Package;

import PackageDescription.V1 open;

package : Package :=
defaultPackage
{name := "stdlib-test";
dependencies := [ path "../"
; github
"anoma"
"juvix-quickcheck"
"45981b666b67f8ceb7e01ff2b518165efc08f70c"
]};
6 changes: 3 additions & 3 deletions test/juvix.lock.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# This file was autogenerated by Juvix version 0.5.2.
# This file was autogenerated by Juvix version 0.5.3.
# Do not edit this file manually.

dependencies:
- path: ../
dependencies: []
- git:
name: quickcheck
name: anoma_juvix-quickcheck
ref: 45981b666b67f8ceb7e01ff2b518165efc08f70c
url: https://github.com/anoma/juvix-quickcheck.git
url: https://github.com/anoma/juvix-quickcheck
dependencies:
- git:
name: stdlib
Expand Down
8 changes: 0 additions & 8 deletions test/juvix.yaml

This file was deleted.

0 comments on commit f68b061

Please sign in to comment.