Cabal revisions of warc-1.0.3
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
name: warc version: 1.0.3+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 other-extensions: RankNTypes, OverloadedStrings, TemplateHaskell hs-source-dirs: src build-depends: base >=4.8 && <4.11,- pipes >=4.1 && <4.3,+ pipes >=4.1 && <4.4, attoparsec >=0.12 && <0.14, unordered-containers >=0.2 && <0.3, hashable >=1.2 && <1.3, pipes-attoparsec >=0.5 && <0.6, free >=4.10 && <4.13, errors >=1.4 && <3.0,- time >=1.5 && <1.7,+ time >=1.5 && <1.9, text >=1.2 && <1.3, mmorph >= 1.0 && <1.2 default-language: Haskell2010