packages feed

csv 0.1.0 → 0.1.1

raw patch · 2 files changed

+3/−3 lines, 2 filesdep +filepathPVP ok

version bump matches the API change (PVP)

Dependencies added: filepath

API changes (from Hackage documentation)

Files

Text/CSV.hs view
@@ -30,7 +30,7 @@    and LFs in unquoted fields. This should make it possible to parse    CSV files in any encoding, but it allows for characters such as    tabs that the RFC may be interpreted to forbid even in non-US-ASCII-   character sets.  -}+   character sets. -}  {- Copyright (c) Jaap Weel 2007.  This library is free software; you    can redistribute it and/or modify it under the terms of the GNU
csv.cabal view
@@ -1,5 +1,5 @@ Name:                csv-Version:             0.1.0+Version:             0.1.1 Category:            Text Synopsis:            CSV loader and dumper Description:         CSV loader and dumper@@ -14,5 +14,5 @@ License-file:        COPYING Author:              Jaap Weel <weel@ugcs.caltech.edu> Maintainer:          Jaap Weel <weel@ugcs.caltech.edu>-Build-Depends:       base, parsec+Build-Depends:       base, parsec, filepath Exposed-modules:     Text.CSV