Changes between Initial Version and Version 1 of Ticket #64698, comment 3


Ignore:
Timestamp:
Feb 19, 2022, 1:43:26 PM (2 years ago)
Author:
barracuda156
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #64698, comment 3

    initial v1  
    88
    99}}}
     10
     11Moreover, it actually works:
     12
     13
     14{{{
     1536-47% ghc -o hello_haskell /Users/svacchanda/Dev/HelloWorld.hs
     16[1 of 1] Compiling Main             ( /Users/svacchanda/Dev/HelloWorld.hs, /Users/svacchanda/Dev/HelloWorld.o )
     17Linking hello_haskell ...
     1836-47% /Users/svacchanda/Dev/hello_haskell
     19Hello, World!
     2036-47% file /Users/svacchanda/Dev/hello_haskell
     21/Users/svacchanda/Dev/hello_haskell: Mach-O executable ppc
     2236-47% /opt/local/bin/ghc-7.6.3 -v
     23Glasgow Haskell Compiler, Version 7.6.3, stage 2 booted by GHC version 7.0.1
     24}}}
     25