[Hackage] #684: Flags combined in the wrong order when nested

#684: Flags combined in the wrong order when nested ----------------------------+----------------------------------------------- Reporter: guest | Owner: Type: defect | Status: new Priority: normal | Milestone: Component: Cabal library | Version: 1.8.0.2 Severity: minor | Keywords: Difficulty: unknown | Ghcversion: Platform: | ----------------------------+----------------------------------------------- One explanation of this problem is here: http://www.mail-archive.com/cabal-devel@haskell.org/msg05939.html It would appear that when some flags are specified outside of an if- statement the are combined in a different order than when they are combined inside an if-statement. I have confirmed that Brent's work around works on the darcs.cabal file. -- Ticket URL: http://hackage.haskell.org/trac/hackage/ticket/684 Hackage http://haskell.org/cabal/ Hackage: Cabal and related projects

#684: Flags combined in the wrong order when nested ----------------------------+----------------------------------------------- Reporter: guest | Owner: Type: defect | Status: new Priority: normal | Milestone: Component: Cabal library | Version: 1.8.0.2 Severity: minor | Keywords: Difficulty: unknown | Ghcversion: Platform: | ----------------------------+----------------------------------------------- Comment(by duncan): As mentioned in the mailing list thread, the next step is for someone to investigate where the flags get reversed, in particular if it is before or after `finalisePackageDescription`. -- Ticket URL: http://hackage.haskell.org/trac/hackage/ticket/684#comment:1 Hackage http://haskell.org/cabal/ Hackage: Cabal and related projects
participants (1)
-
Hackage