[GHC] #1407: Add the ability to :set -l{foo} in .ghci files

GHC ghc-devs at haskell.org
Thu Jun 11 13:25:42 UTC 2015


#1407: Add the ability to :set -l{foo} in .ghci files
-------------------------------------+-------------------------------------
        Reporter:  guest             |                   Owner:
            Type:  feature request   |                  Status:  new
        Priority:  normal            |               Milestone:  7.10.1
       Component:  GHCi              |                 Version:  6.6.1
      Resolution:                    |                Keywords:
Operating System:  Windows           |            Architecture:
 Type of failure:  None/Unknown      |  Unknown/Multiple
      Blocked By:                    |               Test Case:
 Related Tickets:                    |                Blocking:
                                     |  Differential Revisions:  Phab:D194
-------------------------------------+-------------------------------------
Changes (by thomie):

 * owner:  archblob =>
 * resolution:  fixed =>
 * status:  closed => new
 * os:  Unknown/Multiple => Windows


Comment:

 There are 2 problems with the above patch on Windows:

 * the test fails, because `-ldl` can not be found.
 * in ghci, I can type `:set -lsomethingnonexistent` and it doesn't
 complain

 Note that running `ghci -lsomethingnonexistent` does fail on all
 platforms. Running `:set -lsomethingnonexist` in ghci on linux also fails.

--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/1407#comment:20>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler


More information about the ghc-tickets mailing list