diff --git a/examples/spago.yaml b/examples/spago.yaml index 1bddeee..2458f44 100644 --- a/examples/spago.yaml +++ b/examples/spago.yaml @@ -6,6 +6,7 @@ package: dependencies: - ocarina - free + - deku - deku-core - deku-dom - qualified-do diff --git a/spago.yaml b/spago.yaml index 9c187c9..92cf640 100644 --- a/spago.yaml +++ b/spago.yaml @@ -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