Skip to content

Commit

Permalink
Various bumps, couple additions
Browse files Browse the repository at this point in the history
  • Loading branch information
nwolverson committed Feb 4, 2022
1 parent b455f6c commit b0cd288
Show file tree
Hide file tree
Showing 9 changed files with 243 additions and 16 deletions.
135 changes: 126 additions & 9 deletions packages.json
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,25 @@
"repo": "https://github.com/purerl/purescript-datetime.git",
"version": "v5.0.2-erl1"
},
"datetime-parsing": {
"dependencies": [
"arrays",
"datetime",
"either",
"enums",
"foldable-traversable",
"integers",
"lists",
"maybe",
"numbers",
"parsing",
"prelude",
"psci-support",
"strings"
],
"repo": "https://github.com/flounders/purescript-datetime-parsing",
"version": "10c0a9aecc60a2a5e8cff35bebe45be4dacaa7f8"
},
"debug": {
"dependencies": [
"prelude"
Expand Down Expand Up @@ -242,7 +261,7 @@
"typelevel-prelude"
],
"repo": "https://github.com/id3as/purescript-erl-gun.git",
"version": "v0.0.1"
"version": "v0.0.2"
},
"erl-jsone": {
"dependencies": [
Expand Down Expand Up @@ -282,7 +301,7 @@
"unsafe-coerce"
],
"repo": "https://github.com/id3as/purescript-erl-kernel.git",
"version": "v0.0.2"
"version": "v0.0.3"
},
"erl-lager": {
"dependencies": [
Expand Down Expand Up @@ -310,7 +329,7 @@
"record"
],
"repo": "https://github.com/id3as/purescript-erl-logger.git",
"version": "v0.0.2"
"version": "v0.0.3"
},
"erl-maps": {
"dependencies": [
Expand All @@ -332,6 +351,31 @@
"repo": "https://github.com/purerl/purescript-erl-modules.git",
"version": "v0.1.6"
},
"erl-nativerefs": {
"dependencies": [
"prelude",
"effect",
"erl-tuples"
],
"repo": "https://github.com/id3as/purescript-erl-nativerefs.git",
"version": "v0.1.0"
},
"erl-opentelemetry": {
"dependencies": [
"effect",
"erl-atom",
"erl-lists",
"erl-maps",
"erl-tuples",
"erl-untagged-union",
"maybe",
"prelude",
"tuples",
"unsafe-reference"
],
"repo": "https://github.com/id3as/purescript-erl-opentelemetry.git",
"version": "v0.0.1"
},
"erl-otp-types": {
"dependencies": [
"erl-atom",
Expand All @@ -356,7 +400,7 @@
"foreign"
],
"repo": "https://github.com/id3as/purescript-erl-pinto.git",
"version": "v0.1.0"
"version": "v0.2.0"
},
"erl-process": {
"dependencies": [
Expand All @@ -368,7 +412,7 @@
"prelude"
],
"repo": "https://github.com/purerl/purescript-erl-process.git",
"version": "v3.2.0"
"version": "v3.3.0"
},
"erl-queue": {
"dependencies": [
Expand Down Expand Up @@ -463,7 +507,7 @@
"routing-duplex"
],
"repo": "https://github.com/id3as/purescript-erl-stetson.git",
"version": "v0.12.0"
"version": "v0.13.0"
},
"erl-test-eunit": {
"dependencies": [
Expand Down Expand Up @@ -500,10 +544,11 @@
"maybe",
"partial",
"prelude",
"unsafe-coerce"
"unsafe-coerce",
"erl-process"
],
"repo": "https://github.com/id3as/purescript-erl-untagged-union.git",
"version": "v0.0.1"
"version": "v0.0.2"
},
"exceptions": {
"dependencies": [
Expand Down Expand Up @@ -1007,6 +1052,26 @@
"repo": "https://github.com/purerl/purescript-quickcheck.git",
"version": "v7.1.0-erl1"
},
"quickcheck-laws": {
"dependencies": [
"arrays",
"console",
"control",
"effect",
"either",
"enums",
"foldable-traversable",
"identity",
"lists",
"maybe",
"newtype",
"prelude",
"quickcheck",
"tuples"
],
"repo": "https://github.com/purescript-contrib/purescript-quickcheck-laws",
"version": "v6.0.1"
},
"random": {
"dependencies": [
"effect",
Expand All @@ -1016,6 +1081,14 @@
"repo": "https://github.com/purerl/purescript-random.git",
"version": "v5.0.0-erl1"
},
"rationals": {
"dependencies": [
"prelude",
"integers"
],
"repo": "https://github.com/anttih/purescript-rationals.git",
"version": "c883c972513380ae161d816ed42108acfe8cc8f6"
},
"record": {
"dependencies": [
"functions",
Expand Down Expand Up @@ -1077,6 +1150,22 @@
"repo": "https://github.com/purescript/purescript-semirings.git",
"version": "v6.0.0"
},
"sequences": {
"dependencies": [
"prelude",
"unsafe-coerce",
"partial",
"unfoldable",
"lazy",
"arrays",
"profunctor",
"maybe",
"tuples",
"newtype"
],
"repo": "https://github.com/hdgarrood/purescript-sequences.git",
"version": "v3.0.2"
},
"simple-json": {
"dependencies": [
"exceptions",
Expand All @@ -1091,7 +1180,7 @@
"erl-kernel"
],
"repo": "https://github.com/purerl/purescript-simple-json.git",
"version": "v7.0.0-erl5"
"version": "baad5dd0d613df6fb2f054fd241d46e11a92e181"
},
"simple-json-generics": {
"dependencies": [
Expand Down Expand Up @@ -1137,6 +1226,18 @@
"repo": "https://github.com/purerl/purescript-tailrec.git",
"version": "v5.0.1-erl1"
},
"these": {
"dependencies": [
"arrays",
"gen",
"lists",
"quickcheck",
"quickcheck-laws",
"tuples"
],
"repo": "https://github.com/purescript-contrib/purescript-these.git",
"version": "v5.0.0"
},
"transformers": {
"dependencies": [
"control",
Expand Down Expand Up @@ -1220,6 +1321,22 @@
"repo": "https://github.com/purerl/purescript-unsafe-reference.git",
"version": "v4.0.0-erl1"
},
"uri": {
"dependencies": [
"arrays",
"integers",
"js-uri",
"numbers",
"parsing",
"prelude",
"profunctor-lenses",
"these",
"transformers",
"unfoldable"
],
"repo": "https://github.com/purescript-contrib/purescript-uri",
"version": "v8.0.1"
},
"validation": {
"dependencies": [
"bifunctors",
Expand Down
6 changes: 6 additions & 0 deletions src/groups/anttih.dhall
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{ rationals =
{ repo = "https://github.com/anttih/purescript-rationals.git"
, dependencies = [ "prelude", "integers" ]
, version = "c883c972513380ae161d816ed42108acfe8cc8f6"
}
}
20 changes: 20 additions & 0 deletions src/groups/flounders.dhall
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{ datetime-parsing =
{ dependencies =
[ "arrays"
, "datetime"
, "either"
, "enums"
, "foldable-traversable"
, "integers"
, "lists"
, "maybe"
, "numbers"
, "parsing"
, "prelude"
, "psci-support"
, "strings"
]
, repo = "https://github.com/flounders/purescript-datetime-parsing"
, version = "10c0a9aecc60a2a5e8cff35bebe45be4dacaa7f8"
}
}
17 changes: 17 additions & 0 deletions src/groups/hdgarrood.dhall
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{ sequences =
{ dependencies =
[ "prelude"
, "unsafe-coerce"
, "partial"
, "unfoldable"
, "lazy"
, "arrays"
, "profunctor"
, "maybe"
, "tuples"
, "newtype"
]
, repo = "https://github.com/hdgarrood/purescript-sequences.git"
, version = "v3.0.2"
}
}
32 changes: 27 additions & 5 deletions src/groups/id3as.dhall
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{ erl-logger =
{ dependencies = [ "prelude", "erl-atom", "erl-lists", "record" ]
, repo = "https://github.com/id3as/purescript-erl-logger.git"
, version = "v0.0.2"
, version = "v0.0.3"
}
, erl-test-eunit =
{ dependencies =
Expand Down Expand Up @@ -54,9 +54,10 @@
, "partial"
, "prelude"
, "unsafe-coerce"
, "erl-process"
]
, repo = "https://github.com/id3as/purescript-erl-untagged-union.git"
, version = "v0.0.1"
, version = "v0.0.2"
}
, erl-kernel =
{ dependencies =
Expand Down Expand Up @@ -84,7 +85,7 @@
, "unsafe-coerce"
]
, repo = "https://github.com/id3as/purescript-erl-kernel.git"
, version = "v0.0.2"
, version = "v0.0.3"
}
, erl-otp-types =
{ dependencies =
Expand Down Expand Up @@ -170,7 +171,7 @@
, "typelevel-prelude"
]
, repo = "https://github.com/id3as/purescript-erl-gun.git"
, version = "v0.0.1"
, version = "v0.0.2"
}
, erl-stetson =
{ repo = "https://github.com/id3as/purescript-erl-stetson.git"
Expand All @@ -188,7 +189,7 @@
, "transformers"
, "routing-duplex"
]
, version = "v0.12.0"
, version = "v0.13.0"
}
, erl-pinto =
{ repo = "https://github.com/id3as/purescript-erl-pinto.git"
Expand All @@ -202,6 +203,27 @@
, "erl-modules"
, "foreign"
]
, version = "v0.2.0"
}
, erl-nativerefs =
{ repo = "https://github.com/id3as/purescript-erl-nativerefs.git"
, dependencies = [ "prelude", "effect", "erl-tuples" ]
, version = "v0.1.0"
}
, erl-opentelemetry =
{ dependencies =
[ "effect"
, "erl-atom"
, "erl-lists"
, "erl-maps"
, "erl-tuples"
, "erl-untagged-union"
, "maybe"
, "prelude"
, "tuples"
, "unsafe-reference"
]
, repo = "https://github.com/id3as/purescript-erl-opentelemetry.git"
, version = "v0.0.1"
}
}
2 changes: 1 addition & 1 deletion src/groups/justinwoo.dhall
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
, "erl-kernel"
]
, repo = "https://github.com/purerl/purescript-simple-json.git"
, version = "v7.0.0-erl5"
, version = "baad5dd0d613df6fb2f054fd241d46e11a92e181"
}
, expect-inferred =
{ dependencies = [ "prelude", "typelevel-prelude" ]
Expand Down
2 changes: 1 addition & 1 deletion src/groups/purerl.dhall
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
{ dependencies =
[ "datetime", "effect", "either", "foreign", "integers", "prelude" ]
, repo = "https://github.com/purerl/purescript-erl-process.git"
, version = "v3.2.0"
, version = "v3.3.0"
}
, erl-maps =
{ dependencies =
Expand Down
Loading

0 comments on commit b0cd288

Please sign in to comment.