Fix haskellCompilerName version.

This matters for `callCabal2nix`, when the cabal file has something
like `if impl(ghc >= 7.7)`

+11 -11
+1 -1
pkgs/development/compilers/ghc/7.0.4-binary.nix
··· 138 138 targetPrefix = ""; 139 139 140 140 # Our Cabal compiler name 141 - haskellCompilerName = "ghc"; 141 + haskellCompilerName = "ghc-7.0.4"; 142 142 }; 143 143 144 144 meta.license = stdenv.lib.licenses.bsd3;
+1 -1
pkgs/development/compilers/ghc/7.0.4.nix
··· 49 49 targetPrefix = ""; 50 50 51 51 # Our Cabal compiler name 52 - haskellCompilerName = "ghc"; 52 + haskellCompilerName = "ghc-7.0.4"; 53 53 }; 54 54 55 55 meta = {
+1 -1
pkgs/development/compilers/ghc/7.10.3.nix
··· 171 171 inherit llvmPackages; 172 172 173 173 # Our Cabal compiler name 174 - haskellCompilerName = "ghc"; 174 + haskellCompilerName = "ghc-7.10.3"; 175 175 }; 176 176 177 177 meta = {
+1 -1
pkgs/development/compilers/ghc/7.4.2-binary.nix
··· 140 140 targetPrefix = ""; 141 141 142 142 # Our Cabal compiler name 143 - haskellCompilerName = "ghc"; 143 + haskellCompilerName = "ghc-7.4.2"; 144 144 }; 145 145 146 146 meta.license = stdenv.lib.licenses.bsd3;
+1 -1
pkgs/development/compilers/ghc/7.4.2.nix
··· 60 60 targetPrefix = ""; 61 61 62 62 # Our Cabal compiler name 63 - haskellCompilerName = "ghc"; 63 + haskellCompilerName = "ghc-7.4.2"; 64 64 }; 65 65 66 66 meta = {
+1 -1
pkgs/development/compilers/ghc/7.6.3.nix
··· 86 86 targetPrefix = ""; 87 87 88 88 # Our Cabal compiler name 89 - haskellCompilerName = "ghc"; 89 + haskellCompilerName = "ghc-7.6.3"; 90 90 }; 91 91 92 92 meta = {
+1 -1
pkgs/development/compilers/ghc/7.8.4.nix
··· 78 78 targetPrefix = ""; 79 79 80 80 # Our Cabal compiler name 81 - haskellCompilerName = "ghc"; 81 + haskellCompilerName = "ghc-7.8.4"; 82 82 }; 83 83 84 84 meta = {
+1 -1
pkgs/development/compilers/ghc/8.0.2.nix
··· 172 172 inherit llvmPackages; 173 173 174 174 # Our Cabal compiler name 175 - haskellCompilerName = "ghc"; 175 + haskellCompilerName = "ghc-8.0.2"; 176 176 }; 177 177 178 178 meta = {
+1 -1
pkgs/development/compilers/ghc/8.2.2.nix
··· 191 191 inherit llvmPackages; 192 192 193 193 # Our Cabal compiler name 194 - haskellCompilerName = "ghc"; 194 + haskellCompilerName = "ghc-8.2.2"; 195 195 }; 196 196 197 197 meta = {
+1 -1
pkgs/development/compilers/ghc/8.4.1.nix
··· 190 190 inherit llvmPackages; 191 191 192 192 # Our Cabal compiler name 193 - haskellCompilerName = "ghc"; 193 + haskellCompilerName = "ghc-8.4.1"; 194 194 }; 195 195 196 196 meta = {
+1 -1
pkgs/development/compilers/ghc/head.nix
··· 180 180 inherit llvmPackages; 181 181 182 182 # Our Cabal compiler name 183 - haskellCompilerName = "ghc"; 183 + haskellCompilerName = "ghc-8.5"; 184 184 }; 185 185 186 186 meta = {