In spago v0.20.0, "spago build fails when source files directly import transitive dependencies"
In spago v0.20.2, assume package-set compatibility with newer minor versions of purs (i.e. if we're on a v0.14.3 package set and v0.14.4 comes out, the package set should still work)
In spago v0.20.3, spago docs templates fixed an issue involving redirect handling (see purescript/spago#792)
Note: I did not fix unused packages warnings in the spago.dhall files.
v0.20.0
, "spago build fails when source files directly import transitive dependencies"v0.20.2
, assume package-set compatibility with newer minor versions ofpurs
(i.e. if we're on av0.14.3
package set andv0.14.4
comes out, the package set should still work)v0.20.3
, spago docs templates fixed an issue involving redirect handling (see purescript/spago#792)Note: I did not fix unused packages warnings in the
spago.dhall
files.