Name: combinat-diagrams Version: 0.2 Synopsis: Graphical representations for various combinatorial objects Description: Uses the @diagrams@ library to generate graphical representations of combinatorial objects from the @combinat@ library License: BSD3 License-file: LICENSE Author: Balazs Komuves Copyright: (c) 2014-2015 Balazs Komuves Maintainer: bkomuves (plus) hackage (at) gmail (dot) com Homepage: http://code.haskell.org/~bkomuves/ Stability: Experimental Category: Math Tested-With: GHC == 7.10.2 Cabal-Version: >= 1.18 Build-Type: Simple extra-doc-files: svg/*.svg extra-source-files: svg/*.svg svg/src/gen_figures.hs extra-source-files: test/Test.hs Library Build-Depends: base >= 4 && < 5 Build-Depends: array, containers, transformers, colour, linear, diagrams-core >= 1.3, diagrams-lib >= 1.3, combinat >= 0.2.7.2 Exposed-Modules: Math.Combinat.Diagrams Math.Combinat.Diagrams.LatticePaths Math.Combinat.Diagrams.Partitions Math.Combinat.Diagrams.Partitions.Integer Math.Combinat.Diagrams.Partitions.NonCrossing Math.Combinat.Diagrams.Partitions.Plane Math.Combinat.Diagrams.Partitions.Skew Math.Combinat.Diagrams.Tableaux Math.Combinat.Diagrams.Tableaux.Skew Math.Combinat.Diagrams.Trees.Binary default-extensions: CPP, BangPatterns, ScopedTypeVariables other-extensions: MultiParamTypeClasses, GeneralizedNewtypeDeriving Hs-Source-Dirs: . default-language: Haskell2010