Skip to content

Commit

Permalink
Fix instance Monoid ConfigFlags for configStripExes
Browse files Browse the repository at this point in the history
  • Loading branch information
dcoutts committed Aug 2, 2008
1 parent a2df9dc commit 8451a33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Distribution/Simple/Setup.hs
Original file line number Diff line number Diff line change
Expand Up @@ -558,7 +558,7 @@ instance Monoid ConfigFlags where
configPackageDB = combine configPackageDB,
configGHCiLib = combine configGHCiLib,
configSplitObjs = combine configSplitObjs,
configStripExes = combine configSplitObjs,
configStripExes = combine configStripExes,
configExtraLibDirs = combine configExtraLibDirs,
configConstraints = combine configConstraints,
configExtraIncludeDirs = combine configExtraIncludeDirs,
Expand Down

0 comments on commit 8451a33

Please sign in to comment.