wip: typed headerss

This commit is contained in:
Orion Kindel
2024-12-02 12:37:47 -06:00
parent 38cd701737
commit 96eacc3ba0
6 changed files with 2078 additions and 40 deletions

View File

@@ -23,6 +23,9 @@
{
"bifunctors": ">=6.0.0 <7.0.0"
},
{
"console": ">=6.1.0 <7.0.0"
},
{
"control": ">=6.0.0 <7.0.0"
},
@@ -65,6 +68,7 @@
{
"ordered-collections": ">=3.2.0 <4.0.0"
},
"parsing",
{
"prelude": ">=6.0.1 <7.0.0"
},
@@ -99,6 +103,7 @@
"arrays",
"b64",
"bifunctors",
"console",
"const",
"contravariant",
"control",
@@ -142,6 +147,7 @@
"ordered-collections",
"orders",
"parallel",
"parsing",
"partial",
"prelude",
"profunctor",
@@ -158,6 +164,7 @@
"type-equality",
"typelevel-prelude",
"unfoldable",
"unicode",
"unsafe-coerce",
"url-immutable",
"variant",
@@ -1642,6 +1649,38 @@
"transformers"
]
},
"parsing": {
"type": "registry",
"version": "10.2.0",
"integrity": "sha256-ZDIdMFAKkst57x6BVa1aUWJnS8smoZnXsZ339Aq1mPA=",
"dependencies": [
"arrays",
"control",
"effect",
"either",
"enums",
"foldable-traversable",
"functions",
"identity",
"integers",
"lazy",
"lists",
"maybe",
"newtype",
"nullable",
"numbers",
"partial",
"prelude",
"st",
"strings",
"tailrec",
"transformers",
"tuples",
"unfoldable",
"unicode",
"unsafe-coerce"
]
},
"partial": {
"type": "registry",
"version": "4.0.0",
@@ -1922,6 +1961,16 @@
"tuples"
]
},
"unicode": {
"type": "registry",
"version": "6.0.0",
"integrity": "sha256-QJnTVZpmihEAUiMeYrfkusVoziJWp2hJsgi9bMQLue8=",
"dependencies": [
"foldable-traversable",
"maybe",
"strings"
]
},
"unsafe-coerce": {
"type": "registry",
"version": "6.0.0",