warc 1.0.1 → 1.0.2
raw patch · 1 files changed
+2/−2 lines, 1 filesdep ~mmorph
Dependency ranges changed: mmorph
Files
- warc.cabal +2/−2
warc.cabal view
@@ -1,5 +1,5 @@ name: warc-version: 1.0.1+version: 1.0.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@@ -34,7 +34,7 @@ errors >=1.4 && <3.0, time >=1.5 && <1.7, text >=1.2 && <1.3,- mmorph >= 1.0 && <1.1+ mmorph >= 1.0 && <1.2 default-language: Haskell2010 executable warc-export