-
Notifications
You must be signed in to change notification settings - Fork 131
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Test extra install * Extra install * fix test * remove only * Flip the bit * Bump versions for console * Bump console version * Bump console version * Update source map * Update source map * Fix test for windows * Fix test on windows * Escape path separators
- Loading branch information
1 parent
29cd3ca
commit 1875379
Showing
13 changed files
with
25 additions
and
12 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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 |
---|---|---|
|
@@ -21,7 +21,7 @@ | |
"console": { | ||
"type": "registry", | ||
"value": { | ||
"version": "6.0.0" | ||
"version": "6.1.0" | ||
} | ||
}, | ||
"effect": { | ||
|
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,7 +1,7 @@ | ||
+---------+---------+----------+ | ||
| Package | Version | Location | | ||
+---------+---------+----------+ | ||
| console | 6.0.0 | - | | ||
| console | 6.1.0 | - | | ||
| effect | 4.0.0 | - | | ||
| prelude | 6.0.1 | - | | ||
+---------+---------+----------+ |
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,5 +1,5 @@ | ||
src/**/*.purs | ||
test/**/*.purs | ||
.spago/packages/console-6.0.0/src/**/*.purs | ||
.spago/packages/console-6.1.0/src/**/*.purs | ||
.spago/packages/effect-4.0.0/src/**/*.purs | ||
.spago/packages/prelude-6.0.1/src/**/*.purs |
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,5 +1,5 @@ | ||
src\**\*.purs | ||
test\**\*.purs | ||
.spago\packages\console-6.0.0\src\**\*.purs | ||
.spago\packages\console-6.1.0\src\**\*.purs | ||
.spago\packages\effect-4.0.0\src\**\*.purs | ||
.spago\packages\prelude-6.0.1\src\**\*.purs |
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
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