-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* wip * remove unused deps * refactor FFI to use CommonJS imports * Remove foreign-generic De-/Encode in favor of simple-json Read-/WriteForeign * run travis on ubuntu jammy as its latest lts * bump tidy version, always run tidy-check * run tidy * add .tidyrc.json for purs-tidy consistency * remove named instances * README * Forcing an empty commit. * Forcing an empty commit. --------- Co-authored-by: martyall <[email protected]>
- Loading branch information
Showing
20 changed files
with
161 additions
and
151 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,3 +10,4 @@ | |
package-lock.json | ||
yarn.lock | ||
/.spago/ | ||
.vscode |
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 |
---|---|---|
@@ -0,0 +1,8 @@ | ||
{ | ||
"indent": 2, | ||
"operatorsFile": null, | ||
"ribbon": 1, | ||
"typeArrowPlacement": "first", | ||
"unicode": "never", | ||
"width": null | ||
} |
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,4 +1,36 @@ | ||
let upstream = | ||
https://github.com/purescript/package-sets/releases/download/psc-0.14.2-20210629/packages.dhall sha256:534c490bb73cae75adb5a39871142fd8db5c2d74c90509797a80b8bb0d5c3f7b | ||
https://github.com/purescript/package-sets/releases/download/psc-0.15.7-20230306/packages.dhall | ||
sha256:0757626c7422b8b5b5b1d0df3d3628e5deac755d7f89c433a9bf89009787dcbd | ||
|
||
in upstream | ||
let additions = | ||
{ bytestrings = | ||
{ dependencies = | ||
[ "arrays" | ||
, "console" | ||
, "effect" | ||
, "exceptions" | ||
, "foldable-traversable" | ||
, "integers" | ||
, "leibniz" | ||
, "maybe" | ||
, "newtype" | ||
, "node-buffer" | ||
, "partial" | ||
, "prelude" | ||
, "quickcheck" | ||
, "quickcheck-laws" | ||
, "quotient" | ||
, "unsafe-coerce" | ||
] | ||
, repo = | ||
"https://github.com/rightfold/purescript-bytestrings" | ||
, version = "6733a32fca306015b3428e9985ffac65325a9864" | ||
} | ||
, quotient = | ||
{ dependencies = [ "prelude", "quickcheck" ] | ||
, repo = "https://github.com/rightfold/purescript-quotient.git" | ||
, version = "v3.0.0" | ||
} | ||
} | ||
|
||
in upstream // additions |
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
Oops, something went wrong.