Index: b/pipes-group.cabal
===================================================================
--- a/pipes-group.cabal
+++ b/pipes-group.cabal
@@ -1,13 +1,14 @@
 Name: pipes-group
 Version: 1.0.12
+x-revision: 9
 Cabal-Version: >=1.10
 Build-Type: Simple
 License: BSD3
 License-File: LICENSE
-Copyright: 2014 Gabriel Gonzalez
-Author: Gabriel Gonzalez
-Maintainer: Gabriel439@gmail.com
-Bug-Reports: https://github.com/Gabriel439/Haskell-Pipes-Group-Library/issues
+Copyright: 2014 Gabriella Gonzalez
+Author: Gabriella Gonzalez
+Maintainer: GenuineGabriella@gmail.com
+Bug-Reports: https://github.com/Gabriella439/pipes-group/issues
 Synopsis: Group streams into substreams
 Description: @pipes-group@ uses @FreeT@ and lenses to group streams into
     sub-streams.  Notable features include:
@@ -22,17 +23,17 @@ Description: @pipes-group@ uses @FreeT@
 Category: Control, Pipes
 Source-Repository head
     Type: git
-    Location: https://github.com/Gabriel439/Haskell-Pipes-Group-Library
+    Location: https://github.com/Gabriella439/pipes-group
 
 Library
     HS-Source-Dirs: src
     Default-Language: Haskell2010
     Build-Depends:
         base         >= 4       && < 5  ,
-        free         >= 3.2     && < 5.2,
+        free         >= 3.2     && < 5.3,
         pipes        >= 4.0     && < 4.4,
         pipes-parse  >= 3.0.0   && < 3.1,
-        transformers >= 0.2.0.0 && < 0.6
+        transformers >= 0.2.0.0 && < 0.7
     Exposed-Modules:
         Pipes.Group
         Pipes.Group.Tutorial
@@ -46,5 +47,5 @@ Test-Suite tests
     Default-Language: Haskell2010
     Build-Depends:
         base             >= 4      && < 5  ,
-        lens-family-core              < 1.3,
-        doctest          >= 0.9.12 && < 0.17
+        lens-family-core              < 2.2,
+        doctest          >= 0.9.12
