mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
elmPackages.elm: explicitely use ghc8107
This commit is contained in:
parent
073ca0094b
commit
9f2d210fde
1 changed files with 1 additions and 2 deletions
|
@ -7,7 +7,7 @@ let
|
|||
|
||||
fetchElmDeps = pkgs.callPackage ./fetchElmDeps.nix { };
|
||||
|
||||
hsPkgs = self: pkgs.haskellPackages.override {
|
||||
hsPkgs = self: pkgs.haskell.packages.ghc8107.override {
|
||||
overrides = self: super: with pkgs.haskell.lib.compose; with lib;
|
||||
let elmPkgs = rec {
|
||||
elm = overrideCabal (drv: {
|
||||
|
@ -200,4 +200,3 @@ in lib.makeScope pkgs.newScope (self: with self; {
|
|||
inherit (nodePkgs) elm-doc-preview elm-live elm-upgrade elm-xref elm-analyse elm-git-install;
|
||||
})
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in a new issue