packages feed

cassava 0.3.0.0 → 0.3.0.1

raw patch · 1 files changed

+3/−3 lines, 1 filesdep ~attoparsecdep ~text

Dependency ranges changed: attoparsec, text

Files

cassava.cabal view
@@ -1,5 +1,5 @@ Name:                cassava-Version:             0.3.0.0+Version:             0.3.0.1 Synopsis:            A CSV parsing and encoding library Description:   A CSV parsing and encoding library optimized for ease of use and high@@ -36,13 +36,13 @@    Build-depends:     array < 0.6,-    attoparsec >= 0.10.2 && < 0.11,+    attoparsec >= 0.10.2 && < 0.12,     base < 5,     blaze-builder < 0.4,     bytestring < 0.11,     containers < 0.6,     deepseq < 1.4,-    text < 0.12,+    text < 1.2,     unordered-containers < 0.3,     vector < 0.11