Cabal revisions of combinat-0.2.6.1
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
Name: combinat Version: 0.2.6.1+x-revision: 1 Synopsis: Generation of various combinatorial objects. Description: A collection of functions to generate (and if there is a formula, count) combinatorial objects like partitions, Library if flag(base4)- Build-Depends: base >= 4 && < 5, array >= 0.4, containers, random, transformers+ Build-Depends: base >= 4 && < 4.8, array >= 0.4, containers, random, transformers cpp-options: -DBASE_VERSION=4 else Build-Depends: base >= 3 && < 4, array >= 0.4, containers, random, transformers