ghc: drop obsolete 8.6.4 version

The latest version in the 8.6.x branch is 8.6.5.
This commit is contained in:
Peter Simons
2019-09-18 18:24:42 +02:00
parent ab9f0b7f06
commit ddb77f3437
3 changed files with 2 additions and 264 deletions

View File

@@ -12,7 +12,7 @@ let
inherit (stdenv.hostPlatform) system;
};
hsPkgs = haskell.packages.ghc864.override {
hsPkgs = haskell.packages.ghc865.override {
overrides = self: super: with haskell.lib;
let elmPkgs = rec {
elm = overrideCabal (self.callPackage ./packages/elm.nix { }) (drv: {