Skip to content

Commit 4fda515

Browse files
Update package set to psc-0.13.8-20200716 (#178)
* Update package set to psc-0.13.8-20200708 * fix react-dom breakages * Change StateToken to StateID in ImagePreviewsHalogenHooks * Update package set to psc-0.13.8-20200716 * Move CatGifsReactHooks to broken folder * State why recipe is broken * Regenerate readme Co-authored-by: Miles Frain <[email protected]>
1 parent 57f9744 commit 4fda515

File tree

19 files changed

+16
-4
lines changed

19 files changed

+16
-4
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,6 @@ Running a web-compatible recipe:
9393
| | :heavy_check_mark: | [CardsHalogenHooks](recipes/CardsHalogenHooks) | A Halogen port of the ["Random - Cards" Elm Example](https://elm-lang.org/examples/cards). |
9494
| | :heavy_check_mark: | [CardsReactHooks](recipes/CardsReactHooks) | A React port of the ["Random - Cards" Elm Example](https://elm-lang.org/examples/cards). |
9595
| | :heavy_check_mark: | [CatGifsHalogenHooks](recipes/CatGifsHalogenHooks) | A Halogen port of the ["HTTP - Cat GIFs" Elm Example](https://elm-lang.org/examples/cat-gifs). |
96-
| | :heavy_check_mark: | [CatGifsReactHooks](recipes/CatGifsReactHooks) | A React port of the ["HTTP - Cat GIFs" Elm Example](https://elm-lang.org/examples/cat-gifs). |
9796
| | :heavy_check_mark: | [ComponentsHalogenHooks](recipes/ComponentsHalogenHooks) | Demonstrates how to nest one Halogen-Hooks-based component inside another and send/receive queries between the two. |
9897
| | :heavy_check_mark: | [ComponentsInputHalogenHooks](recipes/ComponentsInputHalogenHooks) | Each time a parent re-renders, it will pass a new input value into the child, and the child will update accordingly. |
9998
| | :heavy_check_mark: | [ComponentsMultiTypeHalogenHooks](recipes/ComponentsMultiTypeHalogenHooks) | Demonstrates a component that can communicate with its children that have differing types. |

recipes/CatGifsReactHooks/README.md renamed to broken/CatGifsReactHooks/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
A React port of the ["HTTP - Cat GIFs" Elm Example](https://elm-lang.org/examples/cat-gifs).
44

5+
Broken due to upgrading package set to `psc-0.13.8-20200716`.
6+
57
## Expected Behavior:
68

79
### Browser

recipes/CatGifsReactHooks/spago.dhall renamed to broken/CatGifsReactHooks/spago.dhall

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
, "effect"
77
, "psci-support"
88
, "react-basic-hooks"
9+
, "react-basic-dom"
910
]
1011
, packages = ../../packages.dhall
1112
, sources = [ "recipes/CatGifsReactHooks/src/**/*.purs" ]

packages.dhall

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
let upstream =
2-
https://github.com/purescript/package-sets/releases/download/psc-0.13.6-20200507/packages.dhall sha256:9c1e8951e721b79de1de551f31ecb5a339e82bbd43300eb5ccfb1bf8cf7bbd62
2+
https://github.com/purescript/package-sets/releases/download/psc-0.13.8-20200716/packages.dhall sha256:c4683b4c4da0fd33e0df86fc24af035c059270dd245f68b79a7937098f6c6542
33

44
let overrides = {=}
55

recipes/BookReactHooks/spago.dhall

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
, "effect"
66
, "psci-support"
77
, "react-basic-hooks"
8+
, "react-basic-dom"
89
]
910
, packages = ../../packages.dhall
1011
, sources = [ "recipes/BookReactHooks/src/**/*.purs" ]

recipes/ButtonsReactHooks/spago.dhall

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
, "effect"
55
, "psci-support"
66
, "react-basic-hooks"
7+
, "react-basic-dom"
78
]
89
, packages = ../../packages.dhall
910
, sources = [ "recipes/ButtonsReactHooks/src/**/*.purs" ]

0 commit comments

Comments
 (0)