Skip to content

Commit 20c6f03

Browse files
committed
feat: remove protolude dependency from packages.dhall
1 parent 1339dd3 commit 20c6f03

File tree

1 file changed

+2
-23
lines changed

1 file changed

+2
-23
lines changed

packages.dhall

+2-23
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
let upstream =
2-
https://github.com/purescript/package-sets/releases/download/psc-0.13.8-20200708/packages.dhall sha256:df5b0f1ae92d4401404344f4fb2a7a3089612c9f30066dcddf9eaea4fe780e29
2+
https://github.com/purescript/package-sets/releases/download/psc-0.14.0-20210409/packages.dhall sha256:e81c2f2ce790c0e0d79869d22f7a37d16caeb5bd81cfda71d46c58f6199fd33f
33

44
let additions =
55
{ dodo-printer =
@@ -19,28 +19,7 @@ let additions =
1919
, "psci-support"
2020
, "strings"
2121
]
22-
, repo = "https://github.com/natefaubion/purescript-dodo-printer.git"
23-
, version = "master"
24-
}
25-
, protolude =
26-
{ dependencies =
27-
[ "affjax"
28-
, "console"
29-
, "effect"
30-
, "node-fs-aff"
31-
, "node-process"
32-
, "node-path"
33-
, "prelude"
34-
, "proxy"
35-
, "psci-support"
36-
, "record"
37-
, "typelevel-prelude"
38-
, "debug"
39-
, "variant"
40-
, "ansi"
41-
, "generics-rep"
42-
]
43-
, repo = "https://github.com/srghma/purescript-protolude.git"
22+
, repo = "https://github.com/srghma/purescript-dodo-printer.git"
4423
, version = "master"
4524
}
4625
}

0 commit comments

Comments
 (0)