From 3f7f42811cc5a245e6fdfb726d4a2b2c6617aa70 Mon Sep 17 00:00:00 2001 From: Emily Pillmore Date: Sun, 2 May 2021 17:48:31 -0400 Subject: [PATCH] update cabal.project.rst --- doc/cabal-project.rst | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/doc/cabal-project.rst b/doc/cabal-project.rst index c4d47e7690c..ebd154cadd3 100644 --- a/doc/cabal-project.rst +++ b/doc/cabal-project.rst @@ -624,9 +624,8 @@ feature was added. build trees for different versions of GHC without clobbering each other. - At the moment, it's not possible to set :cfg-field:`with-compiler` on a - per-package basis, but eventually we plan on relaxing this - restriction. If this is something you need, give us a shout. + It's not possible to set :cfg-field:`with-compiler` on a + per-package basis. The command line variant of this flag is ``--with-compiler=ghc-7.8``; there is also a short version @@ -703,6 +702,9 @@ feature was added. The command line variant of this flag is ``--compiler=ghc``. + It's not possible to set :cfg-field:`compiler` on a + per-package basis. + .. cfg-field:: tests: boolean --enable-tests --disable-tests