summary refs log tree commit diff
path: root/pkgs/development/compilers
diff options
context:
space:
mode:
authorGuillaume Bouchard <guillaume.bouchard@tweag.io>2018-10-24 21:29:15 +0200
committerGitHub <noreply@github.com>2018-10-24 21:29:15 +0200
commit55a82ffcd3090086a935d127c6fb5cd7eabe1f8a (patch)
tree96d55f94434f570bce7e465c1628a8ffbf7e9b78 /pkgs/development/compilers
parent75aa8b9a2c0285d03a97f28757435c2f432fb846 (diff)
downloadnixlib-55a82ffcd3090086a935d127c6fb5cd7eabe1f8a.tar
nixlib-55a82ffcd3090086a935d127c6fb5cd7eabe1f8a.tar.gz
nixlib-55a82ffcd3090086a935d127c6fb5cd7eabe1f8a.tar.bz2
nixlib-55a82ffcd3090086a935d127c6fb5cd7eabe1f8a.tar.lz
nixlib-55a82ffcd3090086a935d127c6fb5cd7eabe1f8a.tar.xz
nixlib-55a82ffcd3090086a935d127c6fb5cd7eabe1f8a.tar.zst
nixlib-55a82ffcd3090086a935d127c6fb5cd7eabe1f8a.zip
ghc: fix typo in 8.6.1 compiler name
Diffstat (limited to 'pkgs/development/compilers')
-rw-r--r--pkgs/development/compilers/ghc/8.6.1.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/compilers/ghc/8.6.1.nix b/pkgs/development/compilers/ghc/8.6.1.nix
index 62ea39791b90..2363953e35b8 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 = {