[GHC] #9905: ghc-7.8.x command line error
GHC
ghc-devs at haskell.org
Sat Dec 20 13:36:37 UTC 2014
#9905: ghc-7.8.x command line error
-------------------------------------+-------------------------------------
Reporter: zRecursive | Owner:
Type: bug | Status: new
Priority: normal | Milestone:
Component: Compiler | Version: 7.8.3
Resolution: | Keywords:
Operating System: | Architecture: Unknown/Multiple
Unknown/Multiple | Difficulty: Unknown
Type of failure: Incorrect | Blocked By:
result at runtime | Related Tickets:
Test Case: |
Blocking: |
Differential Revisions: |
-------------------------------------+-------------------------------------
Comment (by thomie):
It's the import itself that is causing ghc-7.8 and later to fail.
{{{
$ ghc-7.6.3 -e "import Data.List"
$ echo $?
0
$ ghc-7.8.3 -e "import Data.List"
$ echo $?
1
$ ghc-7.9.20141219 -e "import Data.List"
$ echo $?
1
}}}
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/9905#comment:4>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list