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

GHC trac at galois.com
Sat Jun 2 01:06:11 EDT 2007


#1407: Add the ability to :set -l{foo} in .ghci files
------------------------------+---------------------------------------------
  Reporter:  guest            |          Owner:         
      Type:  feature request  |         Status:  new    
  Priority:  normal           |      Milestone:         
 Component:  GHCi             |        Version:  6.6.1  
  Severity:  minor            |       Keywords:         
Difficulty:  Unknown          |             Os:  Unknown
  Testcase:                   |   Architecture:  Unknown
------------------------------+---------------------------------------------
Currently it appears that library flags like -lidn can only be passed on
 the command line of ghci, but it would be convenient (and more consistent)
 to be have to have them able to work from the .ghci file. Attempts to do
 so are silently ignored in both 6.4.2 and 6.6.

 The only other place it would make sense to pass it would be as something
 like OPTIONS_GHC, but that results in "unknown flags in  {-# OPTIONS #-}
 pragma: -lidn" in 6.4.2 and appears to be silently ignored in 6.6.

-- 
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/1407>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
-------------- next part --------------
_______________________________________________
Glasgow-haskell-bugs mailing list
Glasgow-haskell-bugs at haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs


More information about the Glasgow-haskell-bugs mailing list