lsystem-1.2: lsystem.cabal
Name: lsystem
Version: 1.2
Category: Application
Synopsis: Paint an L-System Grammar
Description: Paint an L-System Grammar
License: BSD3
license-file: LICENSE
Author: Carlos Gomez
Maintainer: carliros.g@gmail.com
Build-Type: Simple
Cabal-Version: >=1.2
Extra-source-files: LICENSE, README, Makefile,
src/GenSequences.hs, src/Main.hs, src/ParserLS.hs, src/Process.hs, src/SistemaL.ag, src/SistemaL.hs,
db/db.sl
Executable lsystem
Hs-source-dirs: src
Main-is: Main.hs
Build-Depends: base >= 4.2 && < 5,
haskell98,
wxcore,
wx,
uu-parsinglib