Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: ed14f353c22d
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0b3ae797c2fd
Choose a head ref
  • 2 commits
  • 3 files changed
  • 2 contributors

Commits on Oct 22, 2019

  1. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    ff88fe0 View commit details

Commits on Oct 27, 2019

  1. Merge pull request #71693 from turboMaCk/elm-0.19.1-node-packages-upd…

    …ates
    
    elmPackages.{elm-test,elm-analyse}: elm 0.19.1 updates
    domenkozar authored Oct 27, 2019

    Verified

    This commit was signed with the committer’s verified signature.
    hawkw Eliza Weisman
    Copy the full SHA
    0b3ae79 View commit details
4 changes: 1 addition & 3 deletions pkgs/development/compilers/elm/default.nix
Original file line number Diff line number Diff line change
@@ -78,9 +78,7 @@ let
elm-verify-examples = patchBinwrap [elmi-to-json] nodePkgs.elm-verify-examples;
elm-language-server = nodePkgs."@elm-tooling/elm-language-server";

# elm-analyse@0.16.4 build is not working
elm-analyse = nodePkgs."elm-analyse-0.16.3";
inherit (nodePkgs) elm-doc-preview elm-live elm-upgrade elm-xref;
inherit (nodePkgs) elm-doc-preview elm-live elm-upgrade elm-xref elm-analyse;
};

patchBinwrap = import ./packages/patch-binwrap.nix { inherit lib writeScriptBin stdenv; };
2 changes: 1 addition & 1 deletion pkgs/development/compilers/elm/packages/node-packages.json
Original file line number Diff line number Diff line change
@@ -3,7 +3,7 @@
"elm-verify-examples",
"elm-doc-preview",
"elm-upgrade",
{ "elm-analyse": "0.16.3" },
"elm-analyse",
"elm-live",
"elm-xref",
"@elm-tooling/elm-language-server"
Loading