Add necessary fields to spago.dhall
This commit is contained in:
parent
f80992d691
commit
0ed4d0f960
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,4 +1,5 @@
|
||||
output/
|
||||
bower_components/
|
||||
.psci*
|
||||
.spago
|
||||
.spago2nix
|
||||
|
@ -33,7 +33,7 @@
|
||||
inherit (gitignore.lib) gitignoreSource;
|
||||
inherit (easy-ps) dhall-simple purs-tidy spago psa purs;
|
||||
inherit (pkgs) git writeShellScriptBin nodePackages mkShell nodejs nixpkgs-fmt;
|
||||
inherit (nodePackages) prettier;
|
||||
inherit (nodePackages) bower prettier;
|
||||
inherit (builtins) concatStringsSep;
|
||||
|
||||
src = gitignoreSource ./.;
|
||||
@ -167,6 +167,8 @@
|
||||
nixpkgs-fmt
|
||||
rnix-lsp.defaultPackage."${system}"
|
||||
test
|
||||
prettier
|
||||
bower
|
||||
] ++ easy-ps.buildInputs;
|
||||
inherit (pre-commit-check) shellHook;
|
||||
};
|
||||
|
@ -1,4 +1,6 @@
|
||||
{ name = "unlift"
|
||||
, license = "MIT"
|
||||
, repository = "https://github.com/tweag/purescript-unlift.git"
|
||||
, dependencies =
|
||||
[ "aff"
|
||||
, "effect"
|
||||
|
Loading…
Reference in New Issue
Block a user