[Haskell-cafe] ANN: SVGFonts 0.1
Max Rabkin
max.rabkin at gmail.com
Mon Apr 6 13:42:45 EDT 2009
On Mon, Apr 6, 2009 at 7:32 PM, Tillmann Vogt
<Tillmann.Vogt at rwth-aachen.de> 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
More information about the Haskell-Cafe
mailing list