From 55a82ffcd3090086a935d127c6fb5cd7eabe1f8a Mon Sep 17 00:00:00 2001 From: Guillaume Bouchard Date: Wed, 24 Oct 2018 21:29:15 +0200 Subject: ghc: fix typo in 8.6.1 compiler name --- pkgs/development/compilers/ghc/8.6.1.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkgs') diff --git a/pkgs/development/compilers/ghc/8.6.1.nix b/pkgs/development/compilers/ghc/8.6.1.nix index 62ea39791b9..2363953e35b 100644 --- a/pkgs/development/compilers/ghc/8.6.1.nix +++ b/pkgs/development/compilers/ghc/8.6.1.nix @@ -215,7 +215,7 @@ stdenv.mkDerivation (rec { inherit enableShared; # Our Cabal compiler name - haskellCompilerName = "ghc-8.4.3"; + haskellCompilerName = "ghc-8.6.1"; }; meta = { -- cgit 1.4.1