File tree Expand file tree Collapse file tree 3 files changed +54
-1
lines changed Expand file tree Collapse file tree 3 files changed +54
-1
lines changed Original file line number Diff line number Diff line change 31
31
"0.15.12" : " psc-0.15.12-20231123" ,
32
32
"0.15.13" : " psc-0.15.13-20231228" ,
33
33
"0.15.14" : " psc-0.15.14-20240227" ,
34
- "0.15.15" : " psc-0.15.15-20240922 "
34
+ "0.15.15" : " psc-0.15.15-20240925 "
35
35
}
Original file line number Diff line number Diff line change 4494
4494
"repo" : " https://github.com/purescript-open-community/purescript-open-folds.git" ,
4495
4495
"version" : " v6.4.0"
4496
4496
},
4497
+ "open-foreign-generic" : {
4498
+ "dependencies" : [
4499
+ " arrays" ,
4500
+ " bifunctors" ,
4501
+ " control" ,
4502
+ " effect" ,
4503
+ " either" ,
4504
+ " exceptions" ,
4505
+ " foldable-traversable" ,
4506
+ " foreign" ,
4507
+ " foreign-object" ,
4508
+ " identity" ,
4509
+ " lists" ,
4510
+ " maybe" ,
4511
+ " newtype" ,
4512
+ " ordered-collections" ,
4513
+ " partial" ,
4514
+ " prelude" ,
4515
+ " record" ,
4516
+ " transformers" ,
4517
+ " tuples" ,
4518
+ " unsafe-coerce"
4519
+ ],
4520
+ "repo" : " https://github.com/purescript-open-community/purescript-open-foreign-generic.git" ,
4521
+ "version" : " v11.0.3"
4522
+ },
4497
4523
"open-memoize" : {
4498
4524
"dependencies" : [
4499
4525
" either" ,
Original file line number Diff line number Diff line change 3991
3991
" https://github.com/purescript-open-community/purescript-open-folds.git"
3992
3992
, version = " v6.4.0"
3993
3993
}
3994
+ , open- foreign- generic =
3995
+ { dependencies =
3996
+ [ " arrays"
3997
+ , " bifunctors"
3998
+ , " control"
3999
+ , " effect"
4000
+ , " either"
4001
+ , " exceptions"
4002
+ , " foldable-traversable"
4003
+ , " foreign"
4004
+ , " foreign-object"
4005
+ , " identity"
4006
+ , " lists"
4007
+ , " maybe"
4008
+ , " newtype"
4009
+ , " ordered-collections"
4010
+ , " partial"
4011
+ , " prelude"
4012
+ , " record"
4013
+ , " transformers"
4014
+ , " tuples"
4015
+ , " unsafe-coerce"
4016
+ ]
4017
+ , repo =
4018
+ " https://github.com/purescript-open-community/purescript-open-foreign-generic.git"
4019
+ , version = " v11.0.3"
4020
+ }
3994
4021
, open- memoize =
3995
4022
{ dependencies =
3996
4023
[ " either"
You can’t perform that action at this time.
0 commit comments