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