Skip to content

Commit

Permalink
Update HTTPure (purescript#1059)
Browse files Browse the repository at this point in the history
Co-authored-by: Thomas Honeyman <admin@thomashoneyman.com>
  • Loading branch information
danielstaleiny and thomashoneyman authored Feb 2, 2022
1 parent 38d2228 commit 6cda8d9
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 47 deletions.
26 changes: 3 additions & 23 deletions packages.json
Original file line number Diff line number Diff line change
Expand Up @@ -2097,25 +2097,25 @@
"effect",
"either",
"foldable-traversable",
"foreign",
"foreign-object",
"js-uri",
"maybe",
"newtype",
"node-buffer",
"node-fs",
"node-http",
"node-streams",
"nullable",
"options",
"ordered-collections",
"prelude",
"psci-support",
"refs",
"strings",
"tuples",
"type-equality"
],
"repo": "https://github.com/cprussin/purescript-httpure.git",
"version": "v0.12.0"
"version": "v0.14.0"
},
"httpure-contrib-biscotti": {
"dependencies": [
Expand All @@ -2136,26 +2136,6 @@
"repo": "https://github.com/drewolson/purescript-httpure-contrib-biscotti.git",
"version": "v0.2.0"
},
"httpure-middleware": {
"dependencies": [
"ansi",
"arrays",
"console",
"effect",
"foreign-object",
"formatters",
"httpure",
"integers",
"maybe",
"now",
"options",
"parallel",
"prelude",
"strings"
],
"repo": "https://github.com/joneshf/purescript-httpure-middleware.git",
"version": "v4.0.1"
},
"identity": {
"dependencies": [
"control",
Expand Down
6 changes: 3 additions & 3 deletions src/groups/cprussin.dhall
Original file line number Diff line number Diff line change
Expand Up @@ -26,25 +26,25 @@
, "effect"
, "either"
, "foldable-traversable"
, "foreign"
, "foreign-object"
, "js-uri"
, "maybe"
, "newtype"
, "node-buffer"
, "node-fs"
, "node-http"
, "node-streams"
, "nullable"
, "options"
, "ordered-collections"
, "prelude"
, "psci-support"
, "refs"
, "strings"
, "tuples"
, "type-equality"
]
, repo = "https://github.com/cprussin/purescript-httpure.git"
, version = "v0.12.0"
, version = "v0.14.0"
}
, monad-logger =
{ dependencies =
Expand Down
22 changes: 1 addition & 21 deletions src/groups/joneshf.dhall
Original file line number Diff line number Diff line change
@@ -1,24 +1,4 @@
{ httpure-middleware =
{ dependencies =
[ "ansi"
, "arrays"
, "console"
, "effect"
, "formatters"
, "foreign-object"
, "httpure"
, "integers"
, "maybe"
, "now"
, "options"
, "parallel"
, "prelude"
, "strings"
]
, repo = "https://github.com/joneshf/purescript-httpure-middleware.git"
, version = "v4.0.1"
}
, option =
{ option =
{ dependencies =
[ "argonaut-codecs"
, "argonaut-core"
Expand Down

0 comments on commit 6cda8d9

Please sign in to comment.