Skip to content

Commit

Permalink
upgrade psc package set
Browse files Browse the repository at this point in the history
  • Loading branch information
jonschoning committed Jul 31, 2022
1 parent 6c86618 commit e64d6bf
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 32 deletions.
65 changes: 33 additions & 32 deletions purs/packages.dhall
Original file line number Diff line number Diff line change
Expand Up @@ -21,36 +21,37 @@ in upstream
}
-}
let upstream =
https://raw.githubusercontent.com/purescript/package-sets/psc-0.15.2-20220531/src/packages.dhall
sha256:278d3608439187e51136251ebf12fabda62d41ceb4bec9769312a08b56f853e3
https://raw.githubusercontent.com/purescript/package-sets/psc-0.15.4-20220725/src/packages.dhall
sha256:e56fbdf33a5afd2a610c81f8b940b413a638931edb41532164e641bb2a9ec29c

in upstream
with simple-json = {
dependencies= [
"arrays",
"exceptions",
"foreign",
"foreign-object",
"nullable",
"prelude",
"record",
"typelevel-prelude",
"variant"
],
repo= "https://github.com/justinwoo/purescript-simple-json.git",
version= "v9.0.0"
}
with simple-json = {
dependencies= [
"arrays",
"exceptions",
"foreign",
"foreign-object",
"nullable",
"prelude",
"record",
"typelevel-prelude",
"variant"
],
repo= "https://github.com/justinwoo/purescript-simple-json.git",
version= "v9.0.0"
}
with simple-json =
{ dependencies =
[ "arrays"
, "exceptions"
, "foreign"
, "foreign-object"
, "nullable"
, "prelude"
, "record"
, "typelevel-prelude"
, "variant"
]
, repo = "https://github.com/justinwoo/purescript-simple-json.git"
, version = "v9.0.0"
}
with simple-json =
{ dependencies =
[ "arrays"
, "exceptions"
, "foreign"
, "foreign-object"
, "nullable"
, "prelude"
, "record"
, "typelevel-prelude"
, "variant"
]
, repo = "https://github.com/justinwoo/purescript-simple-json.git"
, version = "v9.0.0"
}
Binary file modified static/js/app.min.js.gz
Binary file not shown.
Binary file modified static/js/app.min.js.map.gz
Binary file not shown.

0 comments on commit e64d6bf

Please sign in to comment.