name: hgal version: 1.0.2 license: GPL license-file: LICENSE author: Jean-Philippe Bernardy maintainer: jeanphilippe.bernardy (google mail) synopsis: library for computation automorphism group and canonical labelling of a graph Category: data structures, algorithms exposed-modules: Data.Graph.Partition, Data.Graph.Construction, Data.Graph.Permutation, Data.Graph.Automorphism build-depends: base>=3 && <4 build-depends: mtl >= 1.1 && < 1.2 build-depends: containers >= 0.1 && <0.2 build-depends: array >= 0.1 && <0.2 build-type: Simple ghc-options: -Wall -O2