-
-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update for PureScript 0.15 * Update ci.yml * Update shell.nix
- Loading branch information
1 parent
79e2800
commit 7dbf39d
Showing
8 changed files
with
46 additions
and
12 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 |
---|---|---|
|
@@ -11,11 +11,14 @@ jobs: | |
|
||
steps: | ||
- uses: actions/checkout@v2 | ||
|
||
- uses: purescript-contrib/setup-purescript@main | ||
with: | ||
purs-tidy: "latest" | ||
|
||
- name: Install esbuild | ||
run: npm install --global [email protected] | ||
|
||
- name: Build source | ||
run: npm run build | ||
|
||
|
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,5 +1,37 @@ | ||
let upstream = | ||
https://github.com/purescript/package-sets/releases/download/psc-0.14.7-20220303/packages.dhall | ||
sha256:d7cbc15ea16768e4a4f99baa58a54559dd2648c6c1362de2469d9e41c23b28c3 | ||
https://github.com/purescript/package-sets/releases/download/psc-0.15.0-20220502/packages.dhall | ||
sha256:38d347aeba9fe6359c208abe87a5cecf1ffb14294f11ad19664ae35c59b6e29a | ||
|
||
in upstream | ||
with | ||
halogen-hooks = | ||
{ repo = "https://github.com/thomashoneyman/purescript-halogen-hooks" | ||
, version = "v0.6.0" | ||
, dependencies = | ||
[ "aff" | ||
, "arrays" | ||
, "bifunctors" | ||
, "effect" | ||
, "exceptions" | ||
, "foldable-traversable" | ||
, "foreign-object" | ||
, "free" | ||
, "freeap" | ||
, "halogen" | ||
, "halogen-subscriptions" | ||
, "maybe" | ||
, "newtype" | ||
, "ordered-collections" | ||
, "parallel" | ||
, "partial" | ||
, "prelude" | ||
, "refs" | ||
, "tailrec" | ||
, "transformers" | ||
, "tuples" | ||
, "unsafe-coerce" | ||
, "unsafe-reference" | ||
, "web-dom" | ||
, "web-html" | ||
] | ||
} |
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