[GHC] #12192: ghc ../Test (without file extension) should work
GHC
ghc-devs at haskell.org
Tue Jun 14 12:01:21 UTC 2016
#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
More information about the ghc-tickets
mailing list