spago: init at 0.12.1.0

This commit adds the spago package, a PureScript package manager and build tool.

https://github.com/spacchetti/spago
This commit is contained in:
(cdep)illabout
2019-11-29 10:13:35 +09:00
parent 60779d004e
commit bb104abf63
5 changed files with 109 additions and 0 deletions
@@ -13,4 +13,7 @@ self: super: {
# https://github.com/channable/vaultenv/issues/1
vaultenv = self.callPackage ../tools/haskell/vaultenv { };
# spago is not released to Hackage.
# https://github.com/spacchetti/spago/issues/512
spago = self.callPackage ../tools/purescript/spago { };
}