-- Initial lindenmayer.cabal generated by cabal init. For further -- documentation, see http://haskell.org/cabal/users-guide/ name: lindenmayer version: 0.1.0.1 synopsis: L-systems in Haskell description: L-systems in Haskell license: MIT license-file: LICENSE stability: experimental author: Rein Henrichs maintainer: Rein Henrichs homepage: https://github.com/reinh/hs-lindenmayer copyright: Copyright (C) 2015 Rein Henrichs category: Formal Languages build-type: Simple cabal-version: >=1.10 source-repository head type: git location: git://github.com/reinh/hs-lindenmayer.git library exposed-modules: Lindenmayer.D0L build-depends: base >= 4 && < 5 hs-source-dirs: src default-language: Haskell2010