We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3998913 commit b893875Copy full SHA for b893875
packages.dhall
@@ -1,4 +1,4 @@
1
let upstream =
2
- https://github.com/purescript/package-sets/releases/download/psc-0.14.0/packages.dhall sha256:710b53c085a18aa1263474659daa0ae15b7a4f453158c4f60ab448a6b3ed494e
+ https://github.com/purescript/package-sets/releases/download/psc-0.14.3-20210722/packages.dhall sha256:1ceb43aa59436bf5601bac45f6f3781c4e1f0e4c2b8458105b018e5ed8c30f8c
3
4
in upstream
spago.dhall
@@ -6,11 +6,12 @@
6
, "effect"
7
, "either"
8
, "exceptions"
9
+ , "foldable-traversable"
10
, "functions"
11
, "maybe"
12
+ , "prelude"
13
, "psci-support"
14
, "refs"
- , "transformers"
15
]
16
, packages = ./packages.dhall
17
, sources = [ "src/**/*.purs", "test/**/*.purs" ]
0 commit comments