[GHC] #12192: ghc ../Test (without file extension) should work
#12192: ghc ../Test (without file extension) should work -------------------------------------+------------------------------------- Reporter: thomie | Owner: thomie Type: bug | Status: new Priority: normal | Milestone: Component: Driver | Version: 8.0.1 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: -------------------------------------+------------------------------------- This works: {{{ ghc Test ghc foo/Test }}} This doesn't work: {{{ ghc ../Test }}} With file `Test.hs` just containing `module Test where`. I have a fix. -- Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/12192> GHC <http://www.haskell.org/ghc/> The Glasgow Haskell Compiler
#12192: ghc ../Test (without file extension) should work -------------------------------------+------------------------------------- Reporter: thomie | Owner: thomie Type: bug | Status: new Priority: normal | Milestone: Component: Driver | Version: 8.0.1 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 Thomas Miedema <thomasmiedema@…>): In [changeset:"e02beb1849416f5af8ec56acd17f37b5dc7c24a4/ghc" e02beb18/ghc]: {{{ #!CommitTicketReference repository="ghc" revision="e02beb1849416f5af8ec56acd17f37b5dc7c24a4" Driver: `ghc ../Test` (without file extension) should work Reviewed by: bgamari Differential Revision: https://phabricator.haskell.org/D2331 GHC Trac Issues: #12192 }}} -- Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/12192#comment:1> GHC <http://www.haskell.org/ghc/> The Glasgow Haskell Compiler
#12192: ghc ../Test (without file extension) should work -------------------------------------+------------------------------------- Reporter: thomie | Owner: thomie Type: bug | Status: closed Priority: normal | Milestone: 8.2.1 Component: Driver | Version: 8.0.1 Resolution: fixed | Keywords: Operating System: Unknown/Multiple | Architecture: | Unknown/Multiple Type of failure: None/Unknown | Test Case: driver/T12192 Blocked By: | Blocking: Related Tickets: | Differential Rev(s): Wiki Page: | -------------------------------------+------------------------------------- Changes (by thomie): * status: new => closed * testcase: => driver/T12192 * resolution: => fixed * milestone: => 8.2.1 -- Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/12192#comment:2> GHC <http://www.haskell.org/ghc/> The Glasgow Haskell Compiler
participants (1)
-
GHC