packages feed

Cabal revisions of pipes-group-1.0.12

Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.

revision 1
-Name: pipes-group-Version: 1.0.12-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-Synopsis: Group streams into substreams-Description: @pipes-group@ uses @FreeT@ and lenses to group streams into-    sub-streams.  Notable features include:-    .-    * /Perfect Streaming/: Group elements without collecting them into memory-    .-    * /Lens Support/: Use lenses to simplify many common operations-    .-    @Pipes.Group@ contains the full documentation for this library.-    .-    Read @Pipes.Group.Tutorial@ for an extensive tutorial.-Category: Control, Pipes-Source-Repository head-    Type: git-    Location: https://github.com/Gabriel439/Haskell-Pipes-Group-Library--Library-    HS-Source-Dirs: src-    Default-Language: Haskell2010-    Build-Depends:-        base         >= 4       && < 5  ,-        free         >= 3.2     && < 5.2,-        pipes        >= 4.0     && < 4.4,-        pipes-parse  >= 3.0.0   && < 3.1,-        transformers >= 0.2.0.0 && < 0.6-    Exposed-Modules:-        Pipes.Group-        Pipes.Group.Tutorial-    GHC-Options: -O2 -Wall--Test-Suite tests-    Type: exitcode-stdio-1.0-    HS-Source-Dirs: test-    Main-Is: Main.hs-    GHC-Options: -Wall-    Default-Language: Haskell2010-    Build-Depends:-        base             >= 4      && < 5  ,-        lens-family-core              < 1.3,-        doctest          >= 0.9.12 && < 0.17+Name: pipes-group
+Version: 1.0.12
+x-revision: 1
+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
+Synopsis: Group streams into substreams
+Description: @pipes-group@ uses @FreeT@ and lenses to group streams into
+    sub-streams.  Notable features include:
+    .
+    * /Perfect Streaming/: Group elements without collecting them into memory
+    .
+    * /Lens Support/: Use lenses to simplify many common operations
+    .
+    @Pipes.Group@ contains the full documentation for this library.
+    .
+    Read @Pipes.Group.Tutorial@ for an extensive tutorial.
+Category: Control, Pipes
+Source-Repository head
+    Type: git
+    Location: https://github.com/Gabriel439/Haskell-Pipes-Group-Library
+
+Library
+    HS-Source-Dirs: src
+    Default-Language: Haskell2010
+    Build-Depends:
+        base         >= 4       && < 5  ,
+        free         >= 3.2     && < 5.2,
+        pipes        >= 4.0     && < 4.4,
+        pipes-parse  >= 3.0.0   && < 3.1,
+        transformers >= 0.2.0.0 && < 0.6
+    Exposed-Modules:
+        Pipes.Group
+        Pipes.Group.Tutorial
+    GHC-Options: -O2 -Wall
+
+Test-Suite tests
+    Type: exitcode-stdio-1.0
+    HS-Source-Dirs: test
+    Main-Is: Main.hs
+    GHC-Options: -Wall
+    Default-Language: Haskell2010
+    Build-Depends:
+        base             >= 4      && < 5  ,
+        lens-family-core              < 2.1,
+        doctest          >= 0.9.12 && < 0.17
revision 2
 Name: pipes-group
 Version: 1.0.12
-x-revision: 1
+x-revision: 2
 Cabal-Version: >=1.10
 Build-Type: Simple
 License: BSD3
     Default-Language: Haskell2010
     Build-Depends:
         base             >= 4      && < 5  ,
-        lens-family-core              < 2.1,
+        lens-family-core              < 2.2,
         doctest          >= 0.9.12 && < 0.17
revision 3
 Name: pipes-group
 Version: 1.0.12
-x-revision: 2
+x-revision: 3
 Cabal-Version: >=1.10
 Build-Type: Simple
 License: BSD3
     Build-Depends:
         base             >= 4      && < 5  ,
         lens-family-core              < 2.2,
-        doctest          >= 0.9.12 && < 0.17
+        doctest          >= 0.9.12 && < 0.18
revision 4
 Name: pipes-group
 Version: 1.0.12
-x-revision: 3
+x-revision: 4
 Cabal-Version: >=1.10
 Build-Type: Simple
 License: BSD3
     Build-Depends:
         base             >= 4      && < 5  ,
         lens-family-core              < 2.2,
-        doctest          >= 0.9.12 && < 0.18
+        doctest          >= 0.9.12 && < 0.19
revision 5
 Name: pipes-group
 Version: 1.0.12
-x-revision: 4
+x-revision: 5
 Cabal-Version: >=1.10
 Build-Type: Simple
 License: BSD3
     Build-Depends:
         base             >= 4      && < 5  ,
         lens-family-core              < 2.2,
-        doctest          >= 0.9.12 && < 0.19
+        doctest          >= 0.9.12
revision 6
 Name: pipes-group
 Version: 1.0.12
-x-revision: 5
+x-revision: 6
 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/Haskell-Pipes-Group-Library/issues
 Synopsis: Group streams into substreams
 Description: @pipes-group@ uses @FreeT@ and lenses to group streams into
     sub-streams.  Notable features include:
 Category: Control, Pipes
 Source-Repository head
     Type: git
-    Location: https://github.com/Gabriel439/Haskell-Pipes-Group-Library
+    Location: https://github.com/Gabriella439/Haskell-Pipes-Group-Library
 
 Library
     HS-Source-Dirs: src
revision 7
 Name: pipes-group
 Version: 1.0.12
-x-revision: 6
+x-revision: 7
 Cabal-Version: >=1.10
 Build-Type: Simple
 License: BSD3
 Copyright: 2014 Gabriella Gonzalez
 Author: Gabriella Gonzalez
 Maintainer: GenuineGabriella@gmail.com
-Bug-Reports: https://github.com/Gabriella439/Haskell-Pipes-Group-Library/issues
+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:
 Category: Control, Pipes
 Source-Repository head
     Type: git
-    Location: https://github.com/Gabriella439/Haskell-Pipes-Group-Library
+    Location: https://github.com/Gabriella439/pipes-group
 
 Library
     HS-Source-Dirs: src
     Build-Depends:
         base             >= 4      && < 5  ,
         lens-family-core              < 2.2,
-        doctest          >= 0.9.12
+        doctest          >= 0.9.12
revision 8
 Name: pipes-group
 Version: 1.0.12
-x-revision: 7
+x-revision: 8
 Cabal-Version: >=1.10
 Build-Type: Simple
 License: BSD3
     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
     Build-Depends:
         base             >= 4      && < 5  ,
         lens-family-core              < 2.2,
-        doctest          >= 0.9.12+        doctest          >= 0.9.12
revision 9
 Name: pipes-group
 Version: 1.0.12
-x-revision: 8
+x-revision: 9
 Cabal-Version: >=1.10
 Build-Type: Simple
 License: BSD3
         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