summary refs log tree commit diff
path: root/doc/languages-frameworks/haskell.section.md
diff options
context:
space:
mode:
authorGabor Greif <ggreif@gmail.com>2020-04-11 09:41:22 +0200
committerPeter Simons <simons@cryp.to>2020-04-17 20:50:48 +0200
commit7932fb22cbf4df9d1b630e130160b3081bd5de10 (patch)
treec0b82210f4386f2190ebbe7cec70a7a66d04970a /doc/languages-frameworks/haskell.section.md
parentfd1103227dd7e386fd102a52dcc24a4511bcb750 (diff)
downloadnixpkgs-7932fb22cbf4df9d1b630e130160b3081bd5de10.tar
nixpkgs-7932fb22cbf4df9d1b630e130160b3081bd5de10.tar.gz
nixpkgs-7932fb22cbf4df9d1b630e130160b3081bd5de10.tar.bz2
nixpkgs-7932fb22cbf4df9d1b630e130160b3081bd5de10.tar.lz
nixpkgs-7932fb22cbf4df9d1b630e130160b3081bd5de10.tar.xz
nixpkgs-7932fb22cbf4df9d1b630e130160b3081bd5de10.tar.zst
nixpkgs-7932fb22cbf4df9d1b630e130160b3081bd5de10.zip
ghcHEAD: bump to 8.11.20200403 (#84217)
* ghcHEAD: bump to 8.11.20200403

* ghcHead: reduce diff vs. 8.10.1

dontAddExtraLibs was removed by accident (IMO) in ea19a8ed1e3

* ghcHEAD: add ability to use system libffi

- enable nixpkgs' libffi
- minimise diffs against 8.10.1
- remove patching

* remove configure warning about --with-curses-includes

configure: WARNING: unrecognized options: --with-curses-includes
Diffstat (limited to 'doc/languages-frameworks/haskell.section.md')
-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