packages feed

multiset-comb 0.2.4 → 0.2.4.1

raw patch · 1 files changed

+3/−3 lines, 1 filesdep ~containersdep ~transformersPVP: major bump suggested

API removals or changes: PVP suggests a major version bump

Dependency ranges changed: containers, transformers

API changes (from Hackage documentation)

- Math.Combinatorics.Multiset: instance Eq a => Snocable (RLE a) a
- Math.Combinatorics.Multiset: instance Functor Multiset
- Math.Combinatorics.Multiset: instance Indexable (RLE Int)
- Math.Combinatorics.Multiset: instance Indexable Pre
- Math.Combinatorics.Multiset: instance Indexable Pre'
- Math.Combinatorics.Multiset: instance Show Pre
- Math.Combinatorics.Multiset: instance Show Pre'
- Math.Combinatorics.Multiset: instance Show a => Show (Multiset a)
- Math.Combinatorics.Multiset: instance Show a => Show (RLE a)
- Math.Combinatorics.Multiset: instance Show a => Show (RMultiset a)
- Math.Combinatorics.Multiset: instance Snocable Pre Int
- Math.Combinatorics.Multiset: instance Snocable Pre' Int
- Math.Combinatorics.Multiset: toCounts :: Multiset a -> [(a, Count)]
+ Math.Combinatorics.Multiset: [toCounts] :: Multiset a -> [(a, Count)]
+ Math.Combinatorics.Multiset: instance GHC.Base.Functor Math.Combinatorics.Multiset.Multiset
+ Math.Combinatorics.Multiset: instance GHC.Classes.Eq a => Math.Combinatorics.Multiset.Snocable (Math.Combinatorics.Multiset.RLE a) a
+ Math.Combinatorics.Multiset: instance GHC.Show.Show Math.Combinatorics.Multiset.Pre
+ Math.Combinatorics.Multiset: instance GHC.Show.Show Math.Combinatorics.Multiset.Pre'
+ Math.Combinatorics.Multiset: instance GHC.Show.Show a => GHC.Show.Show (Math.Combinatorics.Multiset.Multiset a)
+ Math.Combinatorics.Multiset: instance GHC.Show.Show a => GHC.Show.Show (Math.Combinatorics.Multiset.RLE a)
+ Math.Combinatorics.Multiset: instance GHC.Show.Show a => GHC.Show.Show (Math.Combinatorics.Multiset.RMultiset a)
+ Math.Combinatorics.Multiset: instance Math.Combinatorics.Multiset.Indexable (Math.Combinatorics.Multiset.RLE GHC.Types.Int)
+ Math.Combinatorics.Multiset: instance Math.Combinatorics.Multiset.Indexable Math.Combinatorics.Multiset.Pre
+ Math.Combinatorics.Multiset: instance Math.Combinatorics.Multiset.Indexable Math.Combinatorics.Multiset.Pre'
+ Math.Combinatorics.Multiset: instance Math.Combinatorics.Multiset.Snocable Math.Combinatorics.Multiset.Pre GHC.Types.Int
+ Math.Combinatorics.Multiset: instance Math.Combinatorics.Multiset.Snocable Math.Combinatorics.Multiset.Pre' GHC.Types.Int

Files

multiset-comb.cabal view
@@ -1,5 +1,5 @@ Name:                multiset-comb-Version:             0.2.4+Version:             0.2.4.1 Synopsis:            Combinatorial algorithms over multisets Description:         Various combinatorial algorithms over multisets,                      including generating all permutations,@@ -23,6 +23,6 @@ Library   Exposed-modules:     Math.Combinatorics.Multiset   Build-depends:       base >= 3 && < 5,-                       containers >= 0.4 && < 0.6,-                       transformers >= 0.3 && < 0.5+                       containers >= 0.5 && < 0.6,+                       transformers >= 0.3 && < 0.6   Default-language:    Haskell2010