<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; color: rgb(0, 0, 0); font-size: 12px; font-family: Consolas, sans-serif;">
<div>Hello All,</div>
<div><br>
</div>
<div>Silly question, I cannot seem to compile an additional .hs file using the –package parsec –o command…</div>
<div><br>
</div>
<div>It has to be something to do with my directory locations no doubt. I’ve tried numerous attempts and still no luck.</div>
<div><br>
</div>
<div>I have a program called simple_parser which was compiled using the ‘parser.hs' file.</div>
<div><br>
</div>
<div>Now I wish to run and compile with the parsec package using the file ‘parsec.hs’…</div>
<div><br>
</div>
<div>Both my .hs files are located in the same folder:</div>
<div><br>
</div>
<div>
<p style="margin: 0px; font-size: 11px; font-family: Menlo; color: rgb(238, 174, 238); background-color: rgb(15, 15, 15);">
8afbc4c1:HS_Parser homefolder$ ls</p>
<p style="margin: 0px; font-size: 11px; font-family: Menlo; color: rgb(238, 174, 238); background-color: rgb(15, 15, 15);">
parsec.hs<span class="Apple-tab-span" style="white-space:pre"> </span>parser.hi<span class="Apple-tab-span" style="white-space:pre">
</span>parser.hs<span class="Apple-tab-span" style="white-space:pre"> </span>parser.o<span class="Apple-tab-span" style="white-space:pre">
</span>simple_parser</p>
</div>
<div><br>
</div>
<div>Then when I try the following (and I have tried many different path routes ../../ and vice versa), I get the following:</div>
<div><br>
</div>
<div>
<p style="margin: 0px; font-size: 11px; font-family: Menlo; color: rgb(238, 174, 238); background-color: rgb(15, 15, 15);">
8afbc4c1:HS_Parser homefolder$ ghc -package parsec -o simple_parser [..parsec.hs parsec.hs]</p>
<p style="margin: 0px; font-size: 11px; font-family: Menlo; color: rgb(238, 174, 238); background-color: rgb(15, 15, 15); min-height: 13px;">
<br>
</p>
<p style="margin: 0px; font-size: 11px; font-family: Menlo; color: rgb(238, 174, 238); background-color: rgb(15, 15, 15);">
<no location info>: can't find file: [..parsec.hs</p>
</div>
<div><br>
</div>
<div><br>
</div>
<div>Sorry to be such a newbie! </div>
<div><br>
</div>
<div>Any helpful direction would be greatly appreciated. Not sure if I am doing something wrong or my code is…?</div>
<div><br>
</div>
<div>PS - Both .hs files have slightly differing lines of code (based on the Wiki Book Scheme -> Haskell tutorial).</div>
<div>
<div id="MAC_OUTLOOK_SIGNATURE"></div>
</div>
</body>
</html>