Skip to content

Commit a13f845

Browse files
Update package set (#13)
1 parent fd85474 commit a13f845

File tree

1 file changed

+17
-19
lines changed

1 file changed

+17
-19
lines changed

packages.dhall

Lines changed: 17 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,23 @@
11
let upstream =
2-
https://github.com/purescript/package-sets/releases/download/psc-0.13.8-20200909/packages.dhall sha256:b899488adf6f02a92bbaae88039935bbc61bcba4cf4462f6d915fc3d0e094604
2+
https://github.com/purescript/package-sets/releases/download/psc-0.13.8-20200922/packages.dhall sha256:5edc9af74593eab8834d7e324e5868a3d258bbab75c5531d2eb770d4324a2900
33

44
in upstream
55
with versions =
66
{ dependencies =
7-
[ "console"
8-
, "control"
9-
, "either"
10-
, "exceptions"
11-
, "foldable-traversable"
12-
, "functions"
13-
, "integers"
14-
, "lists"
15-
, "maybe"
16-
, "orders"
17-
, "parsing"
18-
, "partial"
19-
, "strings"
20-
]
21-
, repo =
22-
"https://github.com/hdgarrood/purescript-versions.git"
23-
, version =
24-
"v5.0.1"
7+
[ "console"
8+
, "control"
9+
, "either"
10+
, "exceptions"
11+
, "foldable-traversable"
12+
, "functions"
13+
, "integers"
14+
, "lists"
15+
, "maybe"
16+
, "orders"
17+
, "parsing"
18+
, "partial"
19+
, "strings"
20+
]
21+
, repo = "https://github.com/hdgarrood/purescript-versions.git"
22+
, version = "v5.0.1"
2523
}

0 commit comments

Comments
 (0)