1# Elm packages 2 3Mixtures of useful Elm lang tooling containing both Haskell and Node.js based utilities. 4 5## Upgrades 6 7Haskell parts of the ecosystem are using [cabal2nix](https://github.com/NixOS/cabal2nix). 8Please refer to [nix documentation](https://nixos.org/nixpkgs/manual/#how-to-create-nix-builds-for-your-own-private-haskell-packages) 9and [cabal2nix readme](https://github.com/NixOS/cabal2nix#readme) for more information. Elm-format [update scripts](https://github.com/avh4/elm-format/tree/master/package/nix) 10is part of its repository. 11 12Node dependencies are defined in [node-packages.json](node/node-packages.json). 13[Node2nix](https://github.com/svanderburg/node2nix) is used for generating nix expression 14from this file. Use [generate-node-packages.sh](node/generate-node-packages.sh) for updates of nix expressions.