name: hgal version: 2.0.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>= 4 && < 5, mtl >= 2 && < 3, containers >= 0.4 && < 1, array >= 0.3 && < 1 build-type: Simple ghc-options: -Wall -O2