upgrade psc package set

This commit is contained in:
Jon Schoning 2022-07-31 09:44:26 -05:00 committed by Yann Esposito (Yogsototh)
parent 3d66c508ff
commit 824b0f8afd
Signed by untrusted user who does not match committer: yogsototh
GPG key ID: 7B19A4C650D59646
3 changed files with 33 additions and 32 deletions

View file

@ -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 not shown.

Binary file not shown.