
#8176: Language extensions not registered -------------------------------------+------------------------------------- Reporter: duncan | Owner: Type: bug | Status: new Priority: normal | Milestone: 7.8.1 Component: Compiler | Version: 7.7 Resolution: | Keywords: newcomer Operating System: Unknown/Multiple | Architecture: | Unknown/Multiple Type of failure: None/Unknown | Test Case: | tests/driver/T4437.hs Blocked By: | Blocking: Related Tickets: | Differential Revisions: -------------------------------------+------------------------------------- Changes (by thomie): * keywords: => newcomer * status: closed => new * resolution: fixed => * owner: thoughtpolice => Comment: Task for a newcomer. `testsuite/tests/driver/T4437.hs` currently contains: {{{ expectedGhcOnlyExtensions :: [String] expectedGhcOnlyExtensions = ["RelaxedLayout", "AlternativeLayoutRule", "AlternativeLayoutRuleTransitional", "StaticPointers", "StrictData"] }}} The last 2 extensions should be registered with Cabal. Submit a pull request to https://github.com/haskell/Cabal/pulls. I don't know what the first 3 are about, they are not listed on https://downloads.haskell.org/~ghc/latest/docs/html/users_guide/flag- reference.html. Try to find out if they can be deleted. -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/8176#comment:10 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler