
13 Sep
2009
13 Sep
'09
2:10 p.m.
"John" == John Moore
writes:
John> Hi, Can anyone explain what I'm doing wrong. I'm learning John> Haskell using the book real world haskell. It tells me to John> load programs and update cabal using '$' symbol but John> everytime I enter it tells me parse error on input '$'. The John> programs are taken from the book so there nothing wrong with John> them.What amI misssing? It sounds like you are mistaking the unix command line prompt symbol (that is: $) for something you are supposed to type. E.g. If it says: $ cabal install then it means type: cabal install at the command line prompt. -- Colin Adams Preston Lancashire