[GHC] #15329: Cannot parse `type (*)` in fixity declaration

#15329: Cannot parse `type (*)` in fixity declaration -------------------------------------+------------------------------------- Reporter: goldfire | Owner: (none) Type: bug | Status: new Priority: highest | Milestone: 8.6.1 Component: Compiler | Version: 8.5 Keywords: | Operating System: Unknown/Multiple Architecture: | Type of failure: None/Unknown Unknown/Multiple | Test Case: | Blocked By: Blocking: | Related Tickets: Differential Rev(s): | Wiki Page: -------------------------------------+------------------------------------- Vanessa McHale posts: The parser seems to be broken. Attempting to build [http://hackage.haskell.org/package/basement basement] yields: {{{ Basement/Nat.hs:15:46: error: parse error on input ‘*’ | 15 | , type (<=), type (<=?), type (+), type (*), type (^), type (-) | ^ }}} This is actually in 8.6.0, but there is no version option for this. -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/15329 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler

#15329: Cannot parse `type (*)` in fixity declaration -------------------------------------+------------------------------------- Reporter: goldfire | Owner: (none) Type: bug | Status: new Priority: highest | Milestone: 8.6.1 Component: Compiler | Version: 8.5 Resolution: | Keywords: Operating System: Unknown/Multiple | Architecture: | Unknown/Multiple Type of failure: None/Unknown | Test Case: Blocked By: | Blocking: Related Tickets: | Differential Rev(s): Wiki Page: | -------------------------------------+------------------------------------- Comment (by mpickering): There's already a patch in head.hackage which fixes this. https://github.com/bgamari/head.hackage/blob/master/patches/basement-0.0.7.p... -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/15329#comment:1 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler

#15329: Cannot parse `type (*)` in fixity declaration -------------------------------------+------------------------------------- Reporter: goldfire | Owner: (none) Type: bug | Status: closed Priority: highest | Milestone: 8.6.1 Component: Compiler | Version: 8.5 Resolution: invalid | Keywords: Operating System: Unknown/Multiple | Architecture: | Unknown/Multiple Type of failure: None/Unknown | Test Case: Blocked By: | Blocking: Related Tickets: | Differential Rev(s): Wiki Page: | -------------------------------------+------------------------------------- Changes (by goldfire): * status: new => closed * resolution: => invalid Comment: Oh. Somehow I completely misunderstood this. My bad -- this is invalid. -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/15329#comment:2 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler
participants (1)
-
GHC