Skip to content

Commit

Permalink
Bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
nwolverson committed Apr 26, 2021
1 parent d5a6628 commit c2b1b32
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions packages.json
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@
"unsafe-coerce"
],
"repo": "https://github.com/purerl/purescript-erl-atom.git",
"version": "v1.1.1"
"version": "v1.2.0"
},
"erl-binary": {
"dependencies": [
Expand All @@ -173,7 +173,7 @@
"erl-lists"
],
"repo": "https://github.com/purerl/purescript-erl-binary.git",
"version": "v0.4.0"
"version": "v0.5.0"
},
"erl-cowboy": {
"dependencies": [
Expand Down Expand Up @@ -285,15 +285,15 @@
"psci-support"
],
"repo": "https://github.com/id3as/purescript-erl-test-eunit.git",
"version": "v0.0.2"
"version": "v0.0.3"
},
"erl-tuples": {
"dependencies": [
"unfoldable",
"tuples"
],
"repo": "https://github.com/purerl/purescript-erl-tuples.git",
"version": "v3.1.0"
"version": "v3.3.0"
},
"exceptions": {
"dependencies": [
Expand Down Expand Up @@ -624,7 +624,7 @@
"partial": {
"dependencies": [],
"repo": "https://github.com/purerl/purescript-partial.git",
"version": "v3.0.0-erl1"
"version": "v3.0.0-erl2"
},
"prelude": {
"dependencies": [],
Expand Down
2 changes: 1 addition & 1 deletion src/groups/id3as.dhall
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ in { erl-logger =
, "psci-support"
]
"https://github.com/id3as/purescript-erl-test-eunit.git"
"v0.0.2"
"v0.0.3"
}
6 changes: 3 additions & 3 deletions src/groups/purerl.dhall
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,17 @@ in { erl-lists =
mkPackage
[ "unfoldable", "tuples" ]
"https://github.com/purerl/purescript-erl-tuples.git"
"v3.1.0"
"v3.3.0"
, erl-atom =
mkPackage
[ "prelude", "unsafe-coerce" ]
"https://github.com/purerl/purescript-erl-atom.git"
"v1.1.1"
"v1.2.0"
, erl-binary =
mkPackage
[ "prelude", "maybe", "erl-lists" ]
"https://github.com/purerl/purescript-erl-binary.git"
"v0.4.0"
"v0.5.0"
, erl-process =
mkPackage
[ "prelude", "effect", "either", "foreign" ]
Expand Down
2 changes: 1 addition & 1 deletion src/groups/purescript-forked.dhall
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ in { arrays =
mkPackage
([] : List Text)
"https://github.com/purerl/purescript-partial.git"
"v3.0.0-erl1"
"v3.0.0-erl2"
, prelude =
mkPackage
([] : List Text)
Expand Down

0 comments on commit c2b1b32

Please sign in to comment.