Skip to content

Commit

Permalink
Update undefined-is-not-a-problem to v0.2.1 (purescript#1063)
Browse files Browse the repository at this point in the history
  • Loading branch information
maxdeviant authored Jan 30, 2022
1 parent 8dcd053 commit 5acc5cb
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
10 changes: 5 additions & 5 deletions packages.json
Original file line number Diff line number Diff line change
Expand Up @@ -4791,18 +4791,18 @@
"undefined-is-not-a-problem": {
"dependencies": [
"assert",
"console",
"effect",
"either",
"foreign",
"maybe",
"prelude",
"psci-support",
"random",
"typelevel-prelude",
"unsafe-coerce",
"variant"
"tuples",
"unsafe-coerce"
],
"repo": "https://github.com/paluh/purescript-undefined-is-not-a-problem.git",
"version": "v0.2.0"
"version": "v0.2.1"
},
"undefined-or": {
"dependencies": [
Expand Down
8 changes: 4 additions & 4 deletions src/groups/paluh.dhall
Original file line number Diff line number Diff line change
Expand Up @@ -61,17 +61,17 @@
, undefined-is-not-a-problem =
{ dependencies =
[ "assert"
, "console"
, "effect"
, "either"
, "foreign"
, "maybe"
, "prelude"
, "psci-support"
, "random"
, "typelevel-prelude"
, "tuples"
, "unsafe-coerce"
, "variant"
]
, repo = "https://github.com/paluh/purescript-undefined-is-not-a-problem.git"
, version = "v0.2.0"
, version = "v0.2.1"
}
}

0 comments on commit 5acc5cb

Please sign in to comment.