On Apr 25, 2008, at 11:54 AM, Jennifer Miller wrote: > I have a circular dependency in my modules that I don't know how to > resolve in Haskell. I'm pretty sure that GHC will sort out those dependencies for you as long as you are exporting the correct things from each module. - Jake