Skip to content

Commit

Permalink
[chore] correct the flag names and add a FUTUREWORK
Browse files Browse the repository at this point in the history
  • Loading branch information
MangoIV authored and ulysses4ever committed Jun 10, 2024
1 parent fbab898 commit a14c94a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions Cabal/src/Distribution/Simple/Program.hs
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
{- FUTUREWORK:
-
- Currently the logic in this module is not tested.
-
- Ideally, a set of unit tests that check whether certain
- flags trigger recompilation should be added.
- -}
{-# LANGUAGE DataKinds #-}
{-# LANGUAGE FlexibleContexts #-}
{-# LANGUAGE RankNTypes #-}
Expand Down
2 changes: 1 addition & 1 deletion changelog.d/pr-10014
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ prs: #10014

description: {

The flags fdiagnostics-as-json, fprint-error-index-lists, fbreak-points, dipe-stats, ffamily-application-cache, fprint-redundant-promotion-ticks, show-error-context and unoptimized-core-for-interpreter have been added to the flags that do not cause recompilation.
The flags -fdiagnostics-as-json, -fprint-error-index-lists, -fbreak-points, -dipe-stats, -ffamily-application-cache, -fprint-redundant-promotion-ticks, -fshow-error-context and -funoptimized-core-for-interpreter have been added to the flags that do not cause recompilation.

--{enable,disable}-split-objs is not shown on in the helper for GHC >= 9.8
}

0 comments on commit a14c94a

Please sign in to comment.