
6 Apr
2009
6 Apr
'09
1:42 p.m.
On Mon, Apr 6, 2009 at 7:32 PM, Tillmann Vogt
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