File tree Expand file tree Collapse file tree 4 files changed +13
-7
lines changed Expand file tree Collapse file tree 4 files changed +13
-7
lines changed Original file line number Diff line number Diff line change @@ -12,10 +12,12 @@ jobs:
1212      - uses : actions/checkout@v2 
1313
1414      - uses : purescript-contrib/setup-purescript@main 
15+         with :
16+           purescript : " unstable" 
1517
16-       - uses : actions/setup-node@v1  
18+       - uses : actions/setup-node@v2  
1719        with :
18-           node-version : " 12 " 
20+           node-version : " 14 " 
1921
2022      - name : Install dependencies 
2123        run : | 
Original file line number Diff line number Diff line change 1515    " package.json" 
1616  ],
1717  "dependencies" : {
18-     "purescript-media-types" : " ^5 .0.0" 
19-     "purescript-prelude" : " ^5 .0.0" 
20-     "purescript-web-clipboard" : " ^3 .0.0" 
21-     "purescript-web-touchevents" : " ^3 .0.0" 
18+     "purescript-media-types" : " ^6 .0.0" 
19+     "purescript-prelude" : " ^6 .0.0" 
20+     "purescript-web-clipboard" : " ^4 .0.0" 
21+     "purescript-web-touchevents" : " ^4 .0.0" 
2222  }
2323}
Original file line number Diff line number Diff line change 55    "build" : " pulp build -- --censor-lib --strict" 
66  },
77  "devDependencies" : {
8-     "pulp" : " ^15 .0.0" 
8+     "pulp" : " ^16 .0.0- 0" 
99    "purescript-psa" : " ^0.8.2" 
1010    "rimraf" : " ^3.0.2" 
1111  }
Original file line number Diff line number Diff line change @@ -171,6 +171,7 @@ type HTMLaudio = Interactive
171171  , muted  ::  Boolean 
172172  , preload  ::  PreloadValue 
173173  , src  ::  String 
174+   , onError  ::  Event 
174175  )
175176
176177type  HTMLb  =  Interactive  ()
@@ -356,6 +357,8 @@ type HTMLinput = Interactive
356357  , list  ::  String 
357358  , max  ::  Number 
358359  , min  ::  Number 
360+   , maxLength  ::  Int 
361+   , minLength  ::  Int 
359362  , multiple  ::  Boolean 
360363  , name  ::  String 
361364  , onAbort  ::  Event 
@@ -636,6 +639,7 @@ type HTMLvideo = Interactive
636639  , src  ::  String 
637640  , width  ::  CSSPixel 
638641  , type  ::  MediaType 
642+   , onError  ::  Event 
639643  )
640644
641645type  HTMLwbr  =  Interactive  ()
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments