packages feed

Cabal revisions of warc-1.0.4

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

revision 1
-name:                warc-version:             1.0.4-synopsis:            A parser for the Web Archive (WARC) format-description:         A streaming parser for the Web Archive (WARC) format.-homepage:            http://github.com/bgamari/warc-license:             BSD3-license-file:        LICENSE-author:              Ben Gamari-maintainer:          ben@smart-cactus.org-copyright:           (c) 2015 Ben Gamari-category:            Data-build-type:          Simple-tested-with:         GHC ==7.10.3, GHC ==8.0.2, GHC ==8.2.2, GHC ==8.4.1-cabal-version:       >=1.10--source-repository head-  type:                git-  location:            git://github.com/bgamari/warc--library-  exposed-modules:     Data.Warc, Data.Warc.Header-  other-extensions:    RankNTypes, OverloadedStrings, TemplateHaskell-  hs-source-dirs:      src-  build-depends:       base >=4.8 && <4.12,-                       pipes >=4.1 && <4.4,-                       attoparsec >=0.12 && <0.14,-                       unordered-containers >=0.2 && <0.3,-                       hashable >=1.2 && <1.3,-                       bytestring >=0.10 && <0.11,-                       pipes-bytestring >=2.1 && <2.2,-                       transformers >=0.4 && <0.6,-                       lens >=4.7 && <4.18,-                       pipes-attoparsec >=0.5 && <0.6,-                       free >=4.10 && <5.2,-                       errors >=1.4 && <3.0,-                       time >=1.5 && <1.10,-                       text >=1.2 && <1.3,-                       mmorph >= 1.0 && <1.2-  default-language:    Haskell2010--executable warc-export-  main-is:             WarcExport.hs-  other-extensions:    RankNTypes, OverloadedStrings, TemplateHaskell-  build-depends:       base,-                       warc,-                       filepath,-                       exceptions,-                       pipes-zlib,-                       optparse-applicative >= 0.12 && < 0.15,-                       pipes,-                       attoparsec,-                       bytestring,-                       pipes-bytestring,-                       transformers,-                       lens,-                       pipes-attoparsec,-                       free,-                       errors,-                       time,-                       text-  default-language:    Haskell2010+name:                warc
+version:             1.0.4
+x-revision: 1
+synopsis:            A parser for the Web Archive (WARC) format
+description:         A streaming parser for the Web Archive (WARC) format.
+homepage:            http://github.com/bgamari/warc
+license:             BSD3
+license-file:        LICENSE
+author:              Ben Gamari
+maintainer:          ben@smart-cactus.org
+copyright:           (c) 2015 Ben Gamari
+category:            Data
+build-type:          Simple
+tested-with:         GHC ==7.10.3, GHC ==8.0.2, GHC ==8.2.2, GHC ==8.4.1
+cabal-version:       >=1.10
+
+source-repository head
+  type:                git
+  location:            git://github.com/bgamari/warc
+
+library
+  exposed-modules:     Data.Warc, Data.Warc.Header
+  other-extensions:    RankNTypes, OverloadedStrings, TemplateHaskell
+  hs-source-dirs:      src
+  build-depends:       base >=4.8 && <4.13,
+                       pipes >=4.1 && <4.4,
+                       attoparsec >=0.12 && <0.14,
+                       unordered-containers >=0.2 && <0.3,
+                       hashable >=1.2 && <1.3,
+                       bytestring >=0.10 && <0.11,
+                       pipes-bytestring >=2.1 && <2.2,
+                       transformers >=0.4 && <0.6,
+                       lens >=4.7 && <4.18,
+                       pipes-attoparsec >=0.5 && <0.6,
+                       free >=4.10 && <5.2,
+                       errors >=1.4 && <3.0,
+                       time >=1.5 && <1.10,
+                       text >=1.2 && <1.3,
+                       mmorph >= 1.0 && <1.2
+  default-language:    Haskell2010
+
+executable warc-export
+  main-is:             WarcExport.hs
+  other-extensions:    RankNTypes, OverloadedStrings, TemplateHaskell
+  build-depends:       base,
+                       warc,
+                       filepath,
+                       exceptions,
+                       pipes-zlib,
+                       optparse-applicative >= 0.12 && < 0.15,
+                       pipes,
+                       attoparsec,
+                       bytestring,
+                       pipes-bytestring,
+                       transformers,
+                       lens,
+                       pipes-attoparsec,
+                       free,
+                       errors,
+                       time,
+                       text
+  default-language:    Haskell2010
revision 2
 name:                warc
 version:             1.0.4
-x-revision: 1
+x-revision: 2
 synopsis:            A parser for the Web Archive (WARC) format
 description:         A streaming parser for the Web Archive (WARC) format.
 homepage:            http://github.com/bgamari/warc
                        bytestring >=0.10 && <0.11,
                        pipes-bytestring >=2.1 && <2.2,
                        transformers >=0.4 && <0.6,
-                       lens >=4.7 && <4.18,
+                       lens >=4.7 && <4.19,
                        pipes-attoparsec >=0.5 && <0.6,
                        free >=4.10 && <5.2,
                        errors >=1.4 && <3.0,
revision 3
 name:                warc
 version:             1.0.4
-x-revision: 2
+x-revision: 3
 synopsis:            A parser for the Web Archive (WARC) format
 description:         A streaming parser for the Web Archive (WARC) format.
 homepage:            http://github.com/bgamari/warc
                        filepath,
                        exceptions,
                        pipes-zlib,
-                       optparse-applicative >= 0.12 && < 0.15,
+                       optparse-applicative >= 0.12 && < 0.16,
                        pipes,
                        attoparsec,
                        bytestring,
revision 4
 name:                warc
 version:             1.0.4
-x-revision: 3
+x-revision: 4
 synopsis:            A parser for the Web Archive (WARC) format
 description:         A streaming parser for the Web Archive (WARC) format.
 homepage:            http://github.com/bgamari/warc
   exposed-modules:     Data.Warc, Data.Warc.Header
   other-extensions:    RankNTypes, OverloadedStrings, TemplateHaskell
   hs-source-dirs:      src
-  build-depends:       base >=4.8 && <4.13,
+  build-depends:       base >=4.8 && <4.14,
                        pipes >=4.1 && <4.4,
                        attoparsec >=0.12 && <0.14,
                        unordered-containers >=0.2 && <0.3,
revision 5
 name:                warc
 version:             1.0.4
-x-revision: 4
+x-revision:          5
 synopsis:            A parser for the Web Archive (WARC) format
 description:         A streaming parser for the Web Archive (WARC) format.
 homepage:            http://github.com/bgamari/warc
   exposed-modules:     Data.Warc, Data.Warc.Header
   other-extensions:    RankNTypes, OverloadedStrings, TemplateHaskell
   hs-source-dirs:      src
-  build-depends:       base >=4.8 && <4.14,
+  build-depends:       base >=4.8 && <4.15,
                        pipes >=4.1 && <4.4,
                        attoparsec >=0.12 && <0.14,
                        unordered-containers >=0.2 && <0.3,
-                       hashable >=1.2 && <1.3,
+                       hashable >=1.2 && <1.4,
                        bytestring >=0.10 && <0.11,
                        pipes-bytestring >=2.1 && <2.2,
                        transformers >=0.4 && <0.6,
-                       lens >=4.7 && <4.19,
+                       lens >=4.7 && <4.20,
                        pipes-attoparsec >=0.5 && <0.6,
                        free >=4.10 && <5.2,
                        errors >=1.4 && <3.0,
-                       time >=1.5 && <1.10,
+                       time >=1.5 && <1.11,
                        text >=1.2 && <1.3,
                        mmorph >= 1.0 && <1.2
   default-language:    Haskell2010
revision 6
 name:                warc
 version:             1.0.4
-x-revision:          5
+x-revision: 6
 synopsis:            A parser for the Web Archive (WARC) format
 description:         A streaming parser for the Web Archive (WARC) format.
 homepage:            http://github.com/bgamari/warc
   exposed-modules:     Data.Warc, Data.Warc.Header
   other-extensions:    RankNTypes, OverloadedStrings, TemplateHaskell
   hs-source-dirs:      src
-  build-depends:       base >=4.8 && <4.15,
+  build-depends:       base >=4.8 && <4.16,
                        pipes >=4.1 && <4.4,
                        attoparsec >=0.12 && <0.14,
                        unordered-containers >=0.2 && <0.3,
revision 7
 name:                warc
 version:             1.0.4
-x-revision: 6
+x-revision: 7
 synopsis:            A parser for the Web Archive (WARC) format
 description:         A streaming parser for the Web Archive (WARC) format.
 homepage:            http://github.com/bgamari/warc
   exposed-modules:     Data.Warc, Data.Warc.Header
   other-extensions:    RankNTypes, OverloadedStrings, TemplateHaskell
   hs-source-dirs:      src
-  build-depends:       base >=4.8 && <4.16,
+  build-depends:       base >=4.8 && <4.17,
                        pipes >=4.1 && <4.4,
-                       attoparsec >=0.12 && <0.14,
+                       attoparsec >=0.12 && <0.15,
                        unordered-containers >=0.2 && <0.3,
-                       hashable >=1.2 && <1.4,
-                       bytestring >=0.10 && <0.11,
+                       hashable >=1.2 && <1.5,
+                       bytestring >=0.10 && <0.12,
                        pipes-bytestring >=2.1 && <2.2,
                        transformers >=0.4 && <0.6,
-                       lens >=4.7 && <4.20,
+                       lens >=4.7 && <5.2,
                        pipes-attoparsec >=0.5 && <0.6,
                        free >=4.10 && <5.2,
                        errors >=1.4 && <3.0,
revision 8
 name:                warc
 version:             1.0.4
-x-revision: 7
+x-revision: 8
 synopsis:            A parser for the Web Archive (WARC) format
 description:         A streaming parser for the Web Archive (WARC) format.
 homepage:            http://github.com/bgamari/warc
                        attoparsec >=0.12 && <0.15,
                        unordered-containers >=0.2 && <0.3,
                        hashable >=1.2 && <1.5,
-                       bytestring >=0.10 && <0.12,
+                       bytestring >=0.10 && <0.11,
                        pipes-bytestring >=2.1 && <2.2,
                        transformers >=0.4 && <0.6,
                        lens >=4.7 && <5.2,