summary refs log tree commit diff
path: root/doc
diff options
context:
space:
mode:
authorsternenseemann <sternenseemann@systemli.org>2023-04-20 17:50:25 +0200
committersternenseemann <sternenseemann@systemli.org>2023-04-22 17:47:11 +0200
commit2fe11e6fee6d723f738cd1ec27baaea8a678dcea (patch)
treef48cdde62b152f11b10ed7cf2b9165ab52359d21 /doc
parentfa8367c2d50781f3e49ed424ea61af0c77615069 (diff)
haskell.compiler.ghc94: 9.4.4 -> 9.4.5
https://www.haskell.org/ghc/blog/20230418-ghc-9.4.5-released.html
Diffstat (limited to 'doc')
-rw-r--r--doc/languages-frameworks/haskell.section.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/languages-frameworks/haskell.section.md b/doc/languages-frameworks/haskell.section.md
index 4b4f52312940d..a36843c97c61e 100644
--- a/doc/languages-frameworks/haskell.section.md
+++ b/doc/languages-frameworks/haskell.section.md
@@ -108,7 +108,7 @@ haskell.compiler.ghcjs                   ghcjs-8.10.7
 Each of those compiler versions has a corresponding attribute set built using
 it. However, the non-standard package sets are not tested regularly and, as a
 result, contain fewer working packages. The corresponding package set for GHC
-9.4.4 is `haskell.packages.ghc944`. In fact `haskellPackages` is just an alias
+9.4.5 is `haskell.packages.ghc945`. In fact `haskellPackages` is just an alias
 for `haskell.packages.ghc927`:
 
 ```console