summary refs log tree commit diff
path: root/doc
diff options
context:
space:
mode:
authorJohn Ericson <John.Ericson@Obsidian.Systems>2020-04-17 18:40:51 -0400
committerJohn Ericson <John.Ericson@Obsidian.Systems>2020-04-17 18:40:51 -0400
commit33c2a76c5e1dac06d2963ad626d1083ed4b96f06 (patch)
tree90e5ce60f3d7ea83f41f54c86971e19aae6b3594 /doc
parentd1009f4d99dbb6600f08ab0ef214806acc675670 (diff)
parentcdfda4b455d0d904428fd157fba323f131fe8f6f (diff)
downloadnixpkgs-33c2a76c5e1dac06d2963ad626d1083ed4b96f06.tar
nixpkgs-33c2a76c5e1dac06d2963ad626d1083ed4b96f06.tar.gz
nixpkgs-33c2a76c5e1dac06d2963ad626d1083ed4b96f06.tar.bz2
nixpkgs-33c2a76c5e1dac06d2963ad626d1083ed4b96f06.tar.lz
nixpkgs-33c2a76c5e1dac06d2963ad626d1083ed4b96f06.tar.xz
nixpkgs-33c2a76c5e1dac06d2963ad626d1083ed4b96f06.tar.zst
nixpkgs-33c2a76c5e1dac06d2963ad626d1083ed4b96f06.zip
Merge remote-tracking branch 'upstream/master' into staging
Diffstat (limited to 'doc')
-rw-r--r--doc/languages-frameworks/haskell.section.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/languages-frameworks/haskell.section.md b/doc/languages-frameworks/haskell.section.md
index 54ba8e4786d..733e75c16a7 100644
--- a/doc/languages-frameworks/haskell.section.md
+++ b/doc/languages-frameworks/haskell.section.md
@@ -101,10 +101,10 @@ to compile your Haskell packages with any GHC version you please. The following
 command displays the complete list of available compilers:
 ```
 $ nix-env -f "<nixpkgs>" -qaP -A haskell.compiler
-haskell.compiler.ghc8101                 ghc-8.10.0.20191210
-haskell.compiler.integer-simple.ghc8101  ghc-8.10.0.20191210
-haskell.compiler.ghcHEAD                 ghc-8.10.20191119
-haskell.compiler.integer-simple.ghcHEAD  ghc-8.10.20191119
+haskell.compiler.ghc8101                 ghc-8.10.1
+haskell.compiler.integer-simple.ghc8101  ghc-8.10.1
+haskell.compiler.ghcHEAD                 ghc-8.11.20200403
+haskell.compiler.integer-simple.ghcHEAD  ghc-8.11.20200403
 haskell.compiler.ghc822Binary            ghc-8.2.2-binary
 haskell.compiler.ghc844                  ghc-8.4.4
 haskell.compiler.ghc863Binary            ghc-8.6.3-binary