diff --git a/multiset-comb.cabal b/multiset-comb.cabal
--- a/multiset-comb.cabal
+++ b/multiset-comb.cabal
@@ -1,5 +1,5 @@
 Name:                multiset-comb
-Version:             0.2.2
+Version:             0.2.3
 Synopsis:            Combinatorial algorithms over multisets
 Description:         Various combinatorial algorithms over multisets,
                      including generating all permutations,
@@ -10,16 +10,18 @@
 License-file:        LICENSE
 Author:              Brent Yorgey
 Maintainer:          byorgey@cis.upenn.edu
+bug-reports:         http://hub.darcs.net/byorgey/multiset-comb/issues
 Copyright:           (c) 2010 Brent Yorgey
 Stability:           Experimental
 Category:            Math
-Tested-with:         GHC ==6.10.4, GHC ==6.12.1, GHC ==7.0.3
+Tested-with:         GHC == 7.4.2, GHC == 7.6.1
 Build-type:          Simple
-Cabal-version:       >=1.6
+Cabal-version:       >=1.10
 source-repository head
   type:     darcs
-  location: http://code.haskell.org/~byorgey/code/multiset-comb
+  location: http://hub.darcs.net/byorgey/multiset-comb
 
 Library
   Exposed-modules:     Math.Combinatorics.Multiset
   Build-depends:       base >= 3 && < 5
+  Default-language:    Haskell2010
