Skip to content

Commit

Permalink
Move httpure to citizennet group (purescript#1086)
Browse files Browse the repository at this point in the history
* Move `httpure` to `citizennet` group

The repo has changed ownership, so we update these groups to reflect
that move.

* Move colors

Co-authored-by: Dave <dave@MacBook-Pro.local>
Co-authored-by: Thomas Honeyman <hello@thomashoneyman.com>
  • Loading branch information
3 people authored Apr 4, 2022
1 parent 26a7bd6 commit a069292
Show file tree
Hide file tree
Showing 5 changed files with 37 additions and 37 deletions.
4 changes: 2 additions & 2 deletions packages.json
Original file line number Diff line number Diff line change
Expand Up @@ -733,7 +733,7 @@
"partial",
"strings"
],
"repo": "https://github.com/sharkdp/purescript-colors.git",
"repo": "https://github.com/purescript-contrib/purescript-colors.git",
"version": "v6.0.0"
},
"concur-core": {
Expand Down Expand Up @@ -2059,7 +2059,7 @@
"tuples",
"type-equality"
],
"repo": "https://github.com/cprussin/purescript-httpure.git",
"repo": "https://github.com/citizennet/purescript-httpure.git",
"version": "v0.14.0"
},
"identity": {
Expand Down
29 changes: 29 additions & 0 deletions src/groups/citizennet.dhall
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,33 @@
, repo = "https://github.com/citizennet/purescript-halogen-select.git"
, version = "v6.0.0"
}
, httpure =
{ dependencies =
[ "aff"
, "arrays"
, "bifunctors"
, "console"
, "effect"
, "either"
, "foldable-traversable"
, "foreign-object"
, "js-uri"
, "maybe"
, "newtype"
, "node-buffer"
, "node-fs"
, "node-http"
, "node-streams"
, "options"
, "ordered-collections"
, "prelude"
, "psci-support"
, "refs"
, "strings"
, "tuples"
, "type-equality"
]
, repo = "https://github.com/citizennet/purescript-httpure.git"
, version = "v0.14.0"
}
}
31 changes: 1 addition & 30 deletions src/groups/cprussin.dhall
Original file line number Diff line number Diff line change
Expand Up @@ -17,36 +17,7 @@
, version = "v0.0.2"
}
-}
{ httpure =
{ dependencies =
[ "aff"
, "arrays"
, "bifunctors"
, "console"
, "effect"
, "either"
, "foldable-traversable"
, "foreign-object"
, "js-uri"
, "maybe"
, "newtype"
, "node-buffer"
, "node-fs"
, "node-http"
, "node-streams"
, "options"
, "ordered-collections"
, "prelude"
, "psci-support"
, "refs"
, "strings"
, "tuples"
, "type-equality"
]
, repo = "https://github.com/cprussin/purescript-httpure.git"
, version = "v0.14.0"
}
, monad-logger =
{ monad-logger =
{ dependencies =
[ "aff"
, "ansi"
Expand Down
5 changes: 5 additions & 0 deletions src/groups/purescript-contrib.dhall
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,11 @@
, repo = "https://github.com/purescript-contrib/purescript-avar.git"
, version = "v4.0.0"
}
, colors =
{ dependencies = [ "arrays", "integers", "lists", "partial", "strings" ]
, repo = "https://github.com/purescript-contrib/purescript-colors.git"
, version = "v6.0.0"
}
, concurrent-queues =
{ dependencies = [ "aff", "avar", "effect" ]
, repo =
Expand Down
5 changes: 0 additions & 5 deletions src/groups/sharkdp.dhall
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,6 @@
, repo = "https://github.com/sharkdp/purescript-bigints.git"
, version = "v6.0.0"
}
, colors =
{ dependencies = [ "arrays", "integers", "lists", "partial", "strings" ]
, repo = "https://github.com/sharkdp/purescript-colors.git"
, version = "v6.0.0"
}
, decimals =
{ dependencies = [ "maybe" ]
, repo = "https://github.com/sharkdp/purescript-decimals.git"
Expand Down

0 comments on commit a069292

Please sign in to comment.