Skip to content

Commit

Permalink
parsing v7.0.0, formatters v6.0.0, graphql-client v7.0.0
Browse files Browse the repository at this point in the history
Disable
* markfarrell/parsing-hexidecimal
* markfarrell/parsing-uuid
  • Loading branch information
jamesdbrock committed Oct 30, 2021
1 parent 68df03a commit c0378d6
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 58 deletions.
32 changes: 3 additions & 29 deletions packages.json
Original file line number Diff line number Diff line change
Expand Up @@ -1432,7 +1432,7 @@
"transformers"
],
"repo": "https://github.com/purescript-contrib/purescript-formatters.git",
"version": "v5.0.1"
"version": "v6.0.0"
},
"framer-motion": {
"dependencies": [
Expand Down Expand Up @@ -1690,7 +1690,7 @@
"unicode"
],
"repo": "https://github.com/OxfordAbstracts/purescript-graphql-client.git",
"version": "v4.0.18"
"version": "v7.0.0"
},
"graphqlclient": {
"dependencies": [
Expand Down Expand Up @@ -2982,7 +2982,7 @@
"unicode"
],
"repo": "https://github.com/purescript-contrib/purescript-parsing.git",
"version": "v6.0.2"
"version": "v7.0.0"
},
"parsing-dataview": {
"dependencies": [
Expand Down Expand Up @@ -3011,18 +3011,6 @@
"repo": "https://github.com/markfarrell/purescript-parsing-expect.git",
"version": "v0.0.3"
},
"parsing-hexadecimal": {
"dependencies": [
"console",
"effect",
"parsing",
"parsing-expect",
"prelude",
"psci-support"
],
"repo": "https://github.com/markfarrell/purescript-parsing-hexadecimal.git",
"version": "v0.0.2"
},
"parsing-repetition": {
"dependencies": [
"console",
Expand All @@ -3042,20 +3030,6 @@
"repo": "https://github.com/jamesdbrock/purescript-parsing-replace.git",
"version": "v1.0.2"
},
"parsing-uuid": {
"dependencies": [
"console",
"effect",
"parsing",
"parsing-expect",
"parsing-hexadecimal",
"parsing-repetition",
"prelude",
"psci-support"
],
"repo": "https://github.com/markfarrell/purescript-parsing-uuid.git",
"version": "v0.0.3"
},
"parsing-validation": {
"dependencies": [
"console",
Expand Down
52 changes: 26 additions & 26 deletions src/groups/markfarrell.dhall
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,7 @@
, repo = "https://github.com/markfarrell/purescript-parsing-foreign.git"
, version = "v0.0.2"
}
-}
{ parsing-expect =
{ dependencies = [ "console", "effect", "parsing", "prelude", "psci-support" ]
, repo = "https://github.com/markfarrell/purescript-parsing-expect.git"
, version = "v0.0.3"
}
, parsing-repetition =
, parsing-hexadecimal =
{ dependencies =
[ "console"
, "effect"
Expand All @@ -29,43 +23,49 @@
, "psci-support"
, "parsing-expect"
]
, repo = "https://github.com/markfarrell/purescript-parsing-repetition.git"
, version = "v0.0.6"
}
, parsing-validation =
{ dependencies = [ "console", "effect", "parsing", "prelude", "psci-support" ]
, repo = "https://github.com/markfarrell/purescript-parsing-validation.git"
, version = "v0.1.2"
, repo = "https://github.com/markfarrell/purescript-parsing-hexadecimal.git"
, version = "v0.0.2"
}
, parsing-hexadecimal =
, parsing-uuid =
{ dependencies =
[ "console"
, "effect"
, "parsing"
, "prelude"
, "psci-support"
, "parsing-expect"
, "parsing-repetition"
, "parsing-hexadecimal"
]
, repo = "https://github.com/markfarrell/purescript-parsing-hexadecimal.git"
, version = "v0.0.2"
, repo = "https://github.com/markfarrell/purescript-parsing-uuid.git"
, version = "v0.0.3"
}
, ffi-foreign =
{ dependencies = [ "console", "effect", "foreign", "prelude", "psci-support" ]
, repo = "https://github.com/markfarrell/purescript-ffi-foreign.git"
, version = "v0.0.2"
-}
{ parsing-expect =
{ dependencies = [ "console", "effect", "parsing", "prelude", "psci-support" ]
, repo = "https://github.com/markfarrell/purescript-parsing-expect.git"
, version = "v0.0.3"
}
, parsing-uuid =
, parsing-repetition =
{ dependencies =
[ "console"
, "effect"
, "parsing"
, "prelude"
, "psci-support"
, "parsing-expect"
, "parsing-repetition"
, "parsing-hexadecimal"
]
, repo = "https://github.com/markfarrell/purescript-parsing-uuid.git"
, version = "v0.0.3"
, repo = "https://github.com/markfarrell/purescript-parsing-repetition.git"
, version = "v0.0.6"
}
, parsing-validation =
{ dependencies = [ "console", "effect", "parsing", "prelude", "psci-support" ]
, repo = "https://github.com/markfarrell/purescript-parsing-validation.git"
, version = "v0.1.2"
}
, ffi-foreign =
{ dependencies = [ "console", "effect", "foreign", "prelude", "psci-support" ]
, repo = "https://github.com/markfarrell/purescript-ffi-foreign.git"
, version = "v0.0.2"
}
}
2 changes: 1 addition & 1 deletion src/groups/oxford-abstracts.dhall
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,6 @@
, "unicode"
]
, repo = "https://github.com/OxfordAbstracts/purescript-graphql-client.git"
, version = "v4.0.18"
, version = "v7.0.0"
}
}
4 changes: 2 additions & 2 deletions src/groups/purescript-contrib.dhall
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@
, "transformers"
]
, repo = "https://github.com/purescript-contrib/purescript-formatters.git"
, version = "v5.0.1"
, version = "v6.0.0"
}
, freet =
{ dependencies =
Expand Down Expand Up @@ -313,7 +313,7 @@
, "unicode"
]
, repo = "https://github.com/purescript-contrib/purescript-parsing.git"
, version = "v6.0.2"
, version = "v7.0.0"
}
, pathy =
{ dependencies =
Expand Down

0 comments on commit c0378d6

Please sign in to comment.