Skip to content

Commit 94cf732

Browse files
authored
parsing v7.0.0, formatters v6.0.0, graphql-client v7.0.0 (#1008)
Disable * markfarrell/parsing-hexidecimal * markfarrell/parsing-uuid
1 parent 68df03a commit 94cf732

File tree

4 files changed

+32
-58
lines changed

4 files changed

+32
-58
lines changed

packages.json

Lines changed: 3 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1432,7 +1432,7 @@
14321432
"transformers"
14331433
],
14341434
"repo": "https://github.com/purescript-contrib/purescript-formatters.git",
1435-
"version": "v5.0.1"
1435+
"version": "v6.0.0"
14361436
},
14371437
"framer-motion": {
14381438
"dependencies": [
@@ -1690,7 +1690,7 @@
16901690
"unicode"
16911691
],
16921692
"repo": "https://github.com/OxfordAbstracts/purescript-graphql-client.git",
1693-
"version": "v4.0.18"
1693+
"version": "v7.0.0"
16941694
},
16951695
"graphqlclient": {
16961696
"dependencies": [
@@ -2982,7 +2982,7 @@
29822982
"unicode"
29832983
],
29842984
"repo": "https://github.com/purescript-contrib/purescript-parsing.git",
2985-
"version": "v6.0.2"
2985+
"version": "v7.0.0"
29862986
},
29872987
"parsing-dataview": {
29882988
"dependencies": [
@@ -3011,18 +3011,6 @@
30113011
"repo": "https://github.com/markfarrell/purescript-parsing-expect.git",
30123012
"version": "v0.0.3"
30133013
},
3014-
"parsing-hexadecimal": {
3015-
"dependencies": [
3016-
"console",
3017-
"effect",
3018-
"parsing",
3019-
"parsing-expect",
3020-
"prelude",
3021-
"psci-support"
3022-
],
3023-
"repo": "https://github.com/markfarrell/purescript-parsing-hexadecimal.git",
3024-
"version": "v0.0.2"
3025-
},
30263014
"parsing-repetition": {
30273015
"dependencies": [
30283016
"console",
@@ -3042,20 +3030,6 @@
30423030
"repo": "https://github.com/jamesdbrock/purescript-parsing-replace.git",
30433031
"version": "v1.0.2"
30443032
},
3045-
"parsing-uuid": {
3046-
"dependencies": [
3047-
"console",
3048-
"effect",
3049-
"parsing",
3050-
"parsing-expect",
3051-
"parsing-hexadecimal",
3052-
"parsing-repetition",
3053-
"prelude",
3054-
"psci-support"
3055-
],
3056-
"repo": "https://github.com/markfarrell/purescript-parsing-uuid.git",
3057-
"version": "v0.0.3"
3058-
},
30593033
"parsing-validation": {
30603034
"dependencies": [
30613035
"console",

src/groups/markfarrell.dhall

Lines changed: 26 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,7 @@
1414
, repo = "https://github.com/markfarrell/purescript-parsing-foreign.git"
1515
, version = "v0.0.2"
1616
}
17-
-}
18-
{ parsing-expect =
19-
{ dependencies = [ "console", "effect", "parsing", "prelude", "psci-support" ]
20-
, repo = "https://github.com/markfarrell/purescript-parsing-expect.git"
21-
, version = "v0.0.3"
22-
}
23-
, parsing-repetition =
17+
, parsing-hexadecimal =
2418
{ dependencies =
2519
[ "console"
2620
, "effect"
@@ -29,43 +23,49 @@
2923
, "psci-support"
3024
, "parsing-expect"
3125
]
32-
, repo = "https://github.com/markfarrell/purescript-parsing-repetition.git"
33-
, version = "v0.0.6"
34-
}
35-
, parsing-validation =
36-
{ dependencies = [ "console", "effect", "parsing", "prelude", "psci-support" ]
37-
, repo = "https://github.com/markfarrell/purescript-parsing-validation.git"
38-
, version = "v0.1.2"
26+
, repo = "https://github.com/markfarrell/purescript-parsing-hexadecimal.git"
27+
, version = "v0.0.2"
3928
}
40-
, parsing-hexadecimal =
29+
, parsing-uuid =
4130
{ dependencies =
4231
[ "console"
4332
, "effect"
4433
, "parsing"
4534
, "prelude"
4635
, "psci-support"
4736
, "parsing-expect"
37+
, "parsing-repetition"
38+
, "parsing-hexadecimal"
4839
]
49-
, repo = "https://github.com/markfarrell/purescript-parsing-hexadecimal.git"
50-
, version = "v0.0.2"
40+
, repo = "https://github.com/markfarrell/purescript-parsing-uuid.git"
41+
, version = "v0.0.3"
5142
}
52-
, ffi-foreign =
53-
{ dependencies = [ "console", "effect", "foreign", "prelude", "psci-support" ]
54-
, repo = "https://github.com/markfarrell/purescript-ffi-foreign.git"
55-
, version = "v0.0.2"
43+
-}
44+
{ parsing-expect =
45+
{ dependencies = [ "console", "effect", "parsing", "prelude", "psci-support" ]
46+
, repo = "https://github.com/markfarrell/purescript-parsing-expect.git"
47+
, version = "v0.0.3"
5648
}
57-
, parsing-uuid =
49+
, parsing-repetition =
5850
{ dependencies =
5951
[ "console"
6052
, "effect"
6153
, "parsing"
6254
, "prelude"
6355
, "psci-support"
6456
, "parsing-expect"
65-
, "parsing-repetition"
66-
, "parsing-hexadecimal"
6757
]
68-
, repo = "https://github.com/markfarrell/purescript-parsing-uuid.git"
69-
, version = "v0.0.3"
58+
, repo = "https://github.com/markfarrell/purescript-parsing-repetition.git"
59+
, version = "v0.0.6"
60+
}
61+
, parsing-validation =
62+
{ dependencies = [ "console", "effect", "parsing", "prelude", "psci-support" ]
63+
, repo = "https://github.com/markfarrell/purescript-parsing-validation.git"
64+
, version = "v0.1.2"
65+
}
66+
, ffi-foreign =
67+
{ dependencies = [ "console", "effect", "foreign", "prelude", "psci-support" ]
68+
, repo = "https://github.com/markfarrell/purescript-ffi-foreign.git"
69+
, version = "v0.0.2"
7070
}
7171
}

src/groups/oxford-abstracts.dhall

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,6 @@
4949
, "unicode"
5050
]
5151
, repo = "https://github.com/OxfordAbstracts/purescript-graphql-client.git"
52-
, version = "v4.0.18"
52+
, version = "v7.0.0"
5353
}
5454
}

src/groups/purescript-contrib.dhall

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@
201201
, "transformers"
202202
]
203203
, repo = "https://github.com/purescript-contrib/purescript-formatters.git"
204-
, version = "v5.0.1"
204+
, version = "v6.0.0"
205205
}
206206
, freet =
207207
{ dependencies =
@@ -313,7 +313,7 @@
313313
, "unicode"
314314
]
315315
, repo = "https://github.com/purescript-contrib/purescript-parsing.git"
316-
, version = "v6.0.2"
316+
, version = "v7.0.0"
317317
}
318318
, pathy =
319319
{ dependencies =

0 commit comments

Comments
 (0)