'm trying to compile my file that has my Euler problems in it to output the solution to problem four, but I'm getting a compile error. Here's my .hs file: ------------------------- module Euler1 where
If you're not using the standard module Main, you need to tell ghc which module you put your main function in:
ghc --main-is Euler1 ...
--
brandon s. allbery [solaris,freebsd,perl,pugs,haskell] allbery@kf8nh.com