Skip to content

Commit a14c94a

Browse files
MangoIVulysses4ever
authored andcommitted
[chore] correct the flag names and add a FUTUREWORK
1 parent fbab898 commit a14c94a

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

Cabal/src/Distribution/Simple/Program.hs

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
{- FUTUREWORK:
2+
-
3+
- Currently the logic in this module is not tested.
4+
-
5+
- Ideally, a set of unit tests that check whether certain
6+
- flags trigger recompilation should be added.
7+
- -}
18
{-# LANGUAGE DataKinds #-}
29
{-# LANGUAGE FlexibleContexts #-}
310
{-# LANGUAGE RankNTypes #-}

changelog.d/pr-10014

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ prs: #10014
55

66
description: {
77

8-
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.
8+
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.
99

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

0 commit comments

Comments
 (0)