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
  • Loading branch information
jamesdbrock committed Oct 30, 2021
1 parent 68df03a commit 6024121
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 30 deletions.
18 changes: 3 additions & 15 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 Down
24 changes: 12 additions & 12 deletions src/groups/markfarrell.dhall
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,18 @@
, repo = "https://github.com/markfarrell/purescript-parsing-foreign.git"
, version = "v0.0.2"
}
, parsing-hexadecimal =
{ dependencies =
[ "console"
, "effect"
, "parsing"
, "prelude"
, "psci-support"
, "parsing-expect"
]
, repo = "https://github.com/markfarrell/purescript-parsing-hexadecimal.git"
, version = "v0.0.2"
}
-}
{ parsing-expect =
{ dependencies = [ "console", "effect", "parsing", "prelude", "psci-support" ]
Expand All @@ -37,18 +49,6 @@
, repo = "https://github.com/markfarrell/purescript-parsing-validation.git"
, version = "v0.1.2"
}
, parsing-hexadecimal =
{ dependencies =
[ "console"
, "effect"
, "parsing"
, "prelude"
, "psci-support"
, "parsing-expect"
]
, repo = "https://github.com/markfarrell/purescript-parsing-hexadecimal.git"
, version = "v0.0.2"
}
, ffi-foreign =
{ dependencies = [ "console", "effect", "foreign", "prelude", "psci-support" ]
, repo = "https://github.com/markfarrell/purescript-ffi-foreign.git"
Expand Down
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 6024121

Please sign in to comment.