diff --git a/bower.json b/bower.json index 767d871..d53e7c0 100644 --- a/bower.json +++ b/bower.json @@ -13,11 +13,10 @@ "purescript-exceptions": "^4.0.0", "purescript-functions": "^4.0.0", "purescript-nullable": "^4.1.0", - "purescript-record": "^1.0.0", - "purescript-typelevel-prelude": "^3.0.0", + "purescript-record": ">= 1.0.0 <3.0.0", "purescript-unsafe-coerce": "^4.0.0", - "purescript-web-dom": "^1.0.0", - "purescript-web-html": "^1.0.0", - "purescript-web-events": "^1.0.0" + "purescript-web-dom": ">=1.0.0 <3.0.0", + "purescript-web-html": ">=1.0.0 <3.0.0", + "purescript-web-events": ">=1.0.0 <3.0.0" } } diff --git a/src/React/Basic.purs b/src/React/Basic.purs index 4804238..9d2cb48 100644 --- a/src/React/Basic.purs +++ b/src/React/Basic.purs @@ -28,7 +28,7 @@ import Data.Function.Uncurried (Fn2, mkFn2, runFn2) import Data.Nullable (Nullable, notNull, null) import Effect (Effect) import Effect.Uncurried (EffectFn3, runEffectFn3) -import Type.Row (class Union) +import Prim.Row (class Union) -- | `ComponentSpec` represents a React-Basic component implementation. -- | diff --git a/src/React/Basic/Events.purs b/src/React/Basic/Events.purs index 46931be..199fc1a 100644 --- a/src/React/Basic/Events.purs +++ b/src/React/Basic/Events.purs @@ -19,7 +19,7 @@ import Effect.Uncurried (EffectFn1, mkEffectFn1) import Prim.Row as Row import Prim.RowList (kind RowList, class RowToList, Cons, Nil) import Record (delete, get, insert) -import Type.Row (RLProxy(..)) +import Type.Data.RowList (RLProxy(..)) -- | An event handler, which receives a `SyntheticEvent` and performs some -- | effects in return. pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy