
9 May
2013
9 May
'13
4:13 p.m.
David McBride
http://hackage.haskell.org/packages/archive/manatee-editor/0.1.1/manatee-edi... Thanks for the example, but it seems to work because of the simpler directory structure. I've got: src/Foo/Bar/SomeModule.hs exec/Executable.hs In Executable.hs, I have import Foo.Bar.SomeModule The library section exposes Foo.Bar.SomeModule just fine, but nothing I do will make cabal find it when compiling Executable.hs. On a related point, what actually happens to the executables defined in a cabal file?