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