#1232: unix-compatible interpreter needed for ghc
-----------------------------+----------------------------------------------
 Reporter:  Frederik         |          Owner:         
     Type:  feature request  |         Status:  new    
 Priority:  normal           |      Milestone:         
Component:  Compiler         |        Version:  6.6    
 Severity:  normal           |     Resolution:         
 Keywords:                   |     Difficulty:  Unknown
 Testcase:                   |   Architecture:  Unknown
       Os:  Unknown          |  
-----------------------------+----------------------------------------------
Changes (by dons):

  * type:  bug => feature request
  * cc:  [email protected],  [EMAIL PROTECTED]
         =>

Comment:

 Aren't you just looking for 'runhaskell', already widely used for this
 purpose:

 {{{

 $ cat A.hs
 #!/usr/bin/env runhaskell
 main = print "hello, world"

 $ chmod +x A.hs

 $ ./A.hs
 "hello, world"

 }}}

-- 
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/1232>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
_______________________________________________
Glasgow-haskell-bugs mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs

Reply via email to