[Hackage] #506: Extensions field not being used

#506: Extensions field not being used ----------------------------+----------------------------------------------- Reporter: fasta | Owner: Type: defect | Status: new Priority: normal | Milestone: Component: Cabal library | Version: 1.6.0.1 Severity: normal | Keywords: Difficulty: unknown | Ghcversion: 6.10.1 Platform: | ----------------------------+----------------------------------------------- ghc --version The Glorious Glasgow Haskell Compilation System, version 6.10.1 cabal --version cabal-install version 0.6.0 using version 1.6.0.1 of the Cabal library I use the extensions field and I specified NoImplicitPrelude as its value. The problem is that this is ignored in a module without any LANGUAGE pragma (but I believe it also doesn't work with a LANGUAGE pragma). I expect that the extensions for a module compiled via Cabal are the union of those specified in the extensions field in the Cabal file and those of the corresponding Module.hs file as specified with the LANGUAGE pragma. -- Ticket URL: http://hackage.haskell.org/trac/hackage/ticket/506 Hackage http://haskell.org/cabal/ Hackage: Cabal and related projects

#506: Extensions field not being used ----------------------------+----------------------------------------------- Reporter: fasta | Owner: Type: defect | Status: closed Priority: normal | Milestone: Component: Cabal library | Version: 1.6.0.1 Severity: normal | Resolution: invalid Keywords: | Difficulty: unknown Ghcversion: 6.10.1 | Platform: ----------------------------+----------------------------------------------- Changes (by duncan): * status: new => closed * resolution: => invalid Comment: Turns out this was tracked down to a ghc bug: http://hackage.haskell.org/trac/ghc/ticket/3044 -- Ticket URL: http://hackage.haskell.org/trac/hackage/ticket/506#comment:1 Hackage http://haskell.org/cabal/ Hackage: Cabal and related projects
participants (1)
-
Hackage