diff --git a/ixset.cabal b/ixset.cabal
--- a/ixset.cabal
+++ b/ixset.cabal
@@ -1,5 +1,5 @@
 Name:                ixset
-Version:             1.0.6
+Version:             1.0.6.1
 Synopsis:            Efficient relational queries on Haskell sets.
 Description:
     Create and query sets that are indexed by multiple indices.
@@ -11,11 +11,11 @@
 Category:            Data Structures
 Build-Type:          Simple
 Cabal-Version:       >= 1.8
+tested-with:         GHC == 7.6.3, GHC == 7.8.4, GHC == 7.10.3
 
 source-repository head
-    type:     darcs
-    subdir:   ixset
-    location: http://hub.darcs.net/stepcut/happstack
+    type:     git
+    location: https://github.com/Happstack/ixset.git
 
 flag base4
 
@@ -44,4 +44,4 @@
      ghc-options:      -Wall -fno-warn-unused-do-bind
   else
      ghc-options:      -Wall
-  GHC-Prof-Options:    -auto-all
+
