Skip to content

Commit

Permalink
updates (#278)
Browse files Browse the repository at this point in the history
  • Loading branch information
justinwoo authored Mar 4, 2019
1 parent 858717a commit a6a075c
Show file tree
Hide file tree
Showing 3 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 @@ -87,7 +87,7 @@
"record"
],
"repo": "https://github.com/purescript-contrib/purescript-argonaut-codecs.git",
"version": "v5.1.2"
"version": "v5.1.3"
},
"argonaut-core": {
"dependencies": [
Expand Down Expand Up @@ -618,7 +618,7 @@
"unfoldable"
],
"repo": "https://github.com/purescript/purescript-foreign-object.git",
"version": "v1.1.0"
"version": "v2.0.0"
},
"fork": {
"dependencies": [
Expand Down Expand Up @@ -1628,7 +1628,7 @@
"tuples"
],
"repo": "https://github.com/purescript-contrib/purescript-profunctor-lenses.git",
"version": "v5.0.0"
"version": "v6.0.0"
},
"proxy": {
"dependencies": [
Expand Down Expand Up @@ -1678,7 +1678,7 @@
"unfoldable"
],
"repo": "https://github.com/purescript/purescript-quickcheck.git",
"version": "v5.0.0"
"version": "v6.0.0"
},
"quickcheck-laws": {
"dependencies": [
Expand Down Expand Up @@ -1776,7 +1776,7 @@
"unsafe-coerce"
],
"repo": "https://github.com/purescript/purescript-record.git",
"version": "v1.0.0"
"version": "v2.0.0"
},
"record-extra": {
"dependencies": [
Expand Down
4 changes: 2 additions & 2 deletions src/groups/purescript-contrib.dhall
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ in { aff-coroutines =
, "record"
]
"https://github.com/purescript-contrib/purescript-argonaut-codecs.git"
"v5.1.2"
"v5.1.3"
, argonaut-core =
mkPackage
[ "arrays"
Expand Down Expand Up @@ -134,7 +134,7 @@ in { aff-coroutines =
, "tuples"
]
"https://github.com/purescript-contrib/purescript-profunctor-lenses.git"
"v5.0.0"
"v6.0.0"
, react =
mkPackage
[ "effect"
Expand Down
6 changes: 3 additions & 3 deletions src/groups/purescript.dhall
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ in { arrays =
, "unfoldable"
]
"https://github.com/purescript/purescript-foreign-object.git"
"v1.1.0"
"v2.0.0"
, free =
mkPackage
[ "catenable-lists"
Expand Down Expand Up @@ -409,7 +409,7 @@ in { arrays =
, "unfoldable"
]
"https://github.com/purescript/purescript-quickcheck.git"
"v5.0.0"
"v6.0.0"
, random =
mkPackage
[ "effect", "integers", "math" ]
Expand All @@ -419,7 +419,7 @@ in { arrays =
mkPackage
[ "functions", "prelude", "st", "typelevel-prelude", "unsafe-coerce" ]
"https://github.com/purescript/purescript-record.git"
"v1.0.0"
"v2.0.0"
, refs =
mkPackage
[ "effect", "prelude" ]
Expand Down

0 comments on commit a6a075c

Please sign in to comment.