Skip to content

Commit

Permalink
Fixes spago.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
mikesol committed Apr 23, 2024
1 parent 01f2f64 commit 02783a6
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 8 deletions.
1 change: 1 addition & 0 deletions examples/spago.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ package:
dependencies:
- ocarina
- free
- deku
- deku-core
- deku-dom
- qualified-do
Expand Down
21 changes: 13 additions & 8 deletions spago.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,29 +3,34 @@ workspace:
registry: 31.0.0
extra_packages:
hyrule:
repo: "https://github.com/mikesol/purescript-hyrule.git"
version: "v2.5.0"
git: "https://github.com/mikesol/purescript-hyrule.git"
ref: "a2a32e0"
dependencies:
- avar
- effect
- free
- js-timers
- web-html
- unsafe-reference
- web-uievents
deku:
repo: "https://github.com/mikesol/purescript-deku.git"
version: "v0.11.0"
git: "https://github.com/mikesol/purescript-deku.git"
subdir: deku
ref: "be67ace"
dependencies:
- hyrule
- untagged-union
deku-core:
repo: "https://github.com/mikesol/purescript-deku.git"
version: "v0.11.0"
git: "https://github.com/mikesol/purescript-deku.git"
subdir: deku-core
ref: "be67ace"
dependencies:
- hyrule
- untagged-union
deku-dom:
repo: "https://github.com/mikesol/purescript-deku.git"
version: "v0.11.0"
git: "https://github.com/mikesol/purescript-deku.git"
subdir: deku-dom
ref: "be67ace"
dependencies:
- hyrule
- untagged-union
Expand Down

0 comments on commit 02783a6

Please sign in to comment.