Skip to content

Commit

Permalink
Update to the 61.3.0 package set.
Browse files Browse the repository at this point in the history
  • Loading branch information
pacchettibotti committed Dec 3, 2024
1 parent ee2c2d9 commit 4900e5b
Show file tree
Hide file tree
Showing 3 changed files with 61 additions and 1 deletion.
2 changes: 1 addition & 1 deletion latest-compatible-sets.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@
"0.15.12": "psc-0.15.12-20231123",
"0.15.13": "psc-0.15.13-20231228",
"0.15.14": "psc-0.15.14-20240227",
"0.15.15": "psc-0.15.15-20241124"
"0.15.15": "psc-0.15.15-20241203"
}
30 changes: 30 additions & 0 deletions packages.json
Original file line number Diff line number Diff line change
Expand Up @@ -1072,6 +1072,36 @@
"repo": "https://github.com/purescript-contrib/purescript-css.git",
"version": "v6.0.0"
},
"css-class-name-extractor": {
"dependencies": [
"aff",
"arrays",
"console",
"control",
"effect",
"either",
"enums",
"exceptions",
"foldable-traversable",
"identity",
"interpolate",
"lists",
"maybe",
"node-buffer",
"node-fs",
"node-path",
"ordered-collections",
"parsing",
"prelude",
"spec",
"spec-discovery",
"strings",
"transformers",
"tuples"
],
"repo": "https://github.com/himanoa/purescript-css-class-name-extractor.git",
"version": "v0.0.2"
},
"css-frameworks": {
"dependencies": [
"web-html"
Expand Down
30 changes: 30 additions & 0 deletions src/packages.dhall
Original file line number Diff line number Diff line change
Expand Up @@ -918,6 +918,36 @@
, repo = "https://github.com/purescript-contrib/purescript-css.git"
, version = "v6.0.0"
}
, css-class-name-extractor =
{ dependencies =
[ "aff"
, "arrays"
, "console"
, "control"
, "effect"
, "either"
, "enums"
, "exceptions"
, "foldable-traversable"
, "identity"
, "interpolate"
, "lists"
, "maybe"
, "node-buffer"
, "node-fs"
, "node-path"
, "ordered-collections"
, "parsing"
, "prelude"
, "spec"
, "spec-discovery"
, "strings"
, "transformers"
, "tuples"
]
, repo = "https://github.com/himanoa/purescript-css-class-name-extractor.git"
, version = "v0.0.2"
}
, css-frameworks =
{ dependencies = [ "web-html" ]
, repo = "https://github.com/deemp/purescript-css-frameworks.git"
Expand Down

0 comments on commit 4900e5b

Please sign in to comment.