Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix purescript build #8

Merged
merged 1 commit into from
Jan 21, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 4 additions & 6 deletions packages.dhall
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
let upstream =
https://github.com/purescript/package-sets/releases/download/psc-0.15.4-20220901/packages.dhall
sha256:f1531b29c21ac437ffe5666c1b6cc76f0a9c29d3c9d107ff047aa2567744994f
https://github.com/purescript/package-sets/releases/download/psc-0.15.10-20231023/packages.dhall
sha256:b9a482e743055ba8f2d65b08a88cd772b59c6e2084d0e5ad854025fa90417fd4

let additions =
{ argonaut-aeson-generic =
Expand All @@ -13,9 +13,8 @@ let additions =
, "foreign-object"
, "test-unit"
]
, repo =
"https://github.com/bentongxyz/purescript-argonaut-aeson-generic.git"
, version = "dcd925179b37a2ac749b7a1f1ae72bb69746d886"
, repo = "https://github.com/coot/purescript-argonaut-aeson-generic.git"
, version = "4cee717e3e0003b76e699550f5fc35976901078c"
}
, foreign-generic =
{ dependencies =
Expand All @@ -30,7 +29,6 @@ let additions =
, repo = "https://github.com/jsparkes/purescript-foreign-generic.git"
, version = "844f2ababa2c7a0482bf871e1e6bf970b7e51313"
}

}

in upstream // additions
Loading