Index: b/multiset-comb.cabal
===================================================================
--- a/multiset-comb.cabal
+++ b/multiset-comb.cabal
@@ -1,5 +1,6 @@
 Name:                multiset-comb
 Version:             0.2.4.2
+x-revision: 1
 Synopsis:            Combinatorial algorithms over multisets
 Description:         Various combinatorial algorithms over multisets,
                      including generating all permutations,
@@ -13,7 +14,7 @@ bug-reports:         http://hub.darcs.ne
 Copyright:           (c) 2010 Brent Yorgey
 Stability:           Experimental
 Category:            Math
-Tested-with:         GHC ==7.4.2 || ==7.6.3 || ==7.8.4 || ==7.10.1 || ==8.10.1 || ==9.0.2 || ==9.2.5 || ==9.4.4
+Tested-with:         GHC ==7.4.2 || ==7.6.3 || ==7.8.4 || ==7.10.1 || ==8.10.1 || ==9.0.2 || ==9.2.8 || ==9.4.8 || ==9.6.6 || ==9.8.4 || ==9.10.1 || ==9.12.1
 Build-type:          Simple
 Cabal-version:       >=1.10
 source-repository head
@@ -23,6 +24,6 @@ source-repository head
 Library
   Exposed-modules:     Math.Combinatorics.Multiset
   Build-depends:       base >= 3 && < 5,
-                       containers >= 0.5 && < 0.7,
+                       containers >= 0.5 && < 0.9,
                        transformers >= 0.3 && < 0.7
-  Default-language:    Haskell2010
\ No newline at end of file
+  Default-language:    Haskell2010
