Skip to content

Commit ca3a387

Browse files
committed
upd package set
1 parent 5c0fac6 commit ca3a387

File tree

2 files changed

+4
-14
lines changed

2 files changed

+4
-14
lines changed

front/packages.dhall

Lines changed: 3 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,5 @@
11
let upstream =
2-
https://github.com/purescript/package-sets/releases/download/psc-0.15.4-20220822/packages.dhall
3-
sha256:908b4ffbfba37a0a4edf806513a555d0dbcdd0cde7abd621f8d018d2e8ecf828
2+
https://github.com/purescript/package-sets/releases/download/psc-0.15.10-20230721/packages.dhall
3+
sha256:8800ac7d0763826544ca3ed3ba61f9dcef761a9e2a1feee0346437d9b861e78f
44

5-
let additions =
6-
{ purescript-web-url =
7-
{ dependencies = [ "maybe", "partial", "prelude", "spec", "tuples" ]
8-
, version = "d854fb18cadf828310328f6535f5c934ca22b312"
9-
, repo = "https://github.com/deemp/purescript-web-url.git"
10-
}
11-
}
12-
13-
-- required by spago.nix
14-
-- https://github.com/ngua/spago.nix#caveats
15-
in upstream // additions
5+
in upstream

front/spago.dhall

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
, "media-types"
2020
, "ordered-collections"
2121
, "prelude"
22-
, "purescript-web-url"
22+
, "web-url"
2323
, "strings"
2424
, "tuples"
2525
, "web-dom"

0 commit comments

Comments
 (0)