diff options
author | Adam Sandberg Eriksson <adam@sandbergericsson.se> | 2018-12-31 00:42:35 +0100 |
---|---|---|
committer | Ben Gamari <ben@well-typed.com> | 2019-01-01 12:02:59 -0500 |
commit | 7fcc07c89fcc7f17c4a54e23bba884c8cc0982c3 (patch) | |
tree | 890451d7fb5d3b5f8f9be53549928106a11bb688 /docs/users_guide/8.8.1-notes.rst | |
parent | 374e44704b64afafc1179127e6c9c5bf1715ef39 (diff) | |
download | haskell-7fcc07c89fcc7f17c4a54e23bba884c8cc0982c3.tar.gz |
configure: introduce HAPPY and ALEX vars and deprecate --with-ghc in favour of the GHC var
Also updates the windows gitlab ci to use the new configure variables.
Diffstat (limited to 'docs/users_guide/8.8.1-notes.rst')
-rw-r--r-- | docs/users_guide/8.8.1-notes.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/users_guide/8.8.1-notes.rst b/docs/users_guide/8.8.1-notes.rst index 6e52a63038..69d539748d 100644 --- a/docs/users_guide/8.8.1-notes.rst +++ b/docs/users_guide/8.8.1-notes.rst @@ -160,6 +160,9 @@ Template Haskell Build system ~~~~~~~~~~~~ +- Configure: Add ALEX and HAPPY variables to explicitly set the alex and happy + programs to use. +- Configure: Deprecate --with-ghc=ARG in favour of the GHC variable. Included libraries ------------------ |