diff --git a/purs/packages.dhall b/purs/packages.dhall index e1b87ed..da33754 100644 --- a/purs/packages.dhall +++ b/purs/packages.dhall @@ -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" + } diff --git a/static/js/app.min.js.gz b/static/js/app.min.js.gz index e85e240..c54133d 100644 Binary files a/static/js/app.min.js.gz and b/static/js/app.min.js.gz differ diff --git a/static/js/app.min.js.map.gz b/static/js/app.min.js.map.gz index 1d0b46e..ac3ebb0 100644 Binary files a/static/js/app.min.js.map.gz and b/static/js/app.min.js.map.gz differ