depot/third_party/nixpkgs/pkgs/development/compilers/elm/packages
Default email 5ca88bfbb9 Project import generated by Copybara.
GitOrigin-RevId: 9f918d616c5321ad374ae6cb5ea89c9e04bf3e58
2024-07-31 10:19:44 +00:00
..
elm-json Project import generated by Copybara. 2024-07-31 10:19:44 +00:00
elm-test Project import generated by Copybara. 2024-04-21 17:54:59 +02:00
elm-test-rs Project import generated by Copybara. 2024-07-27 08:49:29 +02:00
ghc8_10 Project import generated by Copybara. 2024-04-21 17:54:59 +02:00
ghc9_2 Project import generated by Copybara. 2024-06-20 20:27:18 +05:30
ghc9_6 Project import generated by Copybara. 2024-06-20 20:27:18 +05:30
lamdera Project import generated by Copybara. 2024-06-20 20:27:18 +05:30
node Project import generated by Copybara. 2024-07-31 10:19:44 +00:00
elm-srcs.nix Project import generated by Copybara. 2023-10-09 21:29:22 +02:00
README.md Project import generated by Copybara. 2020-04-24 19:36:52 -04:00

Elm packages

Mixtures of useful Elm lang tooling containing both Haskell and Node.js based utilities.

Upgrades

Haskell parts of the ecosystem are using cabal2nix. Please refer to nix documentation and cabal2nix readme for more information. Elm-format update scripts is part of its repository.

Node dependencies are defined in node-packages.json. Node2nix is used for generating nix expression from this file. Use generate-node-packages.sh for updates of nix expressions.

Binwrap Patch

Some node packages might use binwrap typically for installing elmi-to-json. Binwrap is not compatible with nix. To overcome issues with those packages apply patch-binwrap.nix which essentially does 2 things.

  1. It replaces binwrap scripts with noop shell scripts
  2. It uses nix for installing the binaries to expected location in node_modules

Example usage be found in elm/default.nix.