Skip to content

Commit

Permalink
Fix broken round-tripping of FullyStaticExecutable flag
Browse files Browse the repository at this point in the history
This was missed in c9f02b2 / haskell#5446
and has been causing CI issues ever since.
  • Loading branch information
hvr committed Mar 3, 2019
1 parent 18383a9 commit d24ec56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cabal-install/Distribution/Client/ProjectConfig/Legacy.hs
Original file line number Diff line number Diff line change
Expand Up @@ -1004,7 +1004,7 @@ legacyPackageConfigFieldDescrs =
[ "with-compiler", "with-hc-pkg"
, "program-prefix", "program-suffix"
, "library-vanilla", "library-profiling"
, "shared", "static", "executable-dynamic"
, "shared", "static", "executable-dynamic", "executable-static"
, "profiling", "executable-profiling"
, "profiling-detail", "library-profiling-detail"
, "library-for-ghci", "split-objs", "split-sections"
Expand Down

0 comments on commit d24ec56

Please sign in to comment.