On Mon, Apr 6, 2009 at 7:32 PM, Tillmann Vogt <[email protected]> wrote: > It is a real library made of pure Haskell. What is wrong with my .cabal > file?
The issue is not about whether it is pure Haskell. You have simply marked it up as an executable rather than a library. Executable Fonts Main-is: test/Fonts.hs Build-Depends: haskell98, base, OpenGL, GLUT, xml, parsec --Max _______________________________________________ Haskell-Cafe mailing list [email protected] http://www.haskell.org/mailman/listinfo/haskell-cafe
