Frames 0.3.0.1 → 0.3.0.2
raw patch · 1 files changed
+2/−2 lines, 1 filesdep ~vinylPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: vinyl
API changes (from Hackage documentation)
Files
- Frames.cabal +2/−2
Frames.cabal view
@@ -1,5 +1,5 @@ name: Frames-version: 0.3.0.1+version: 0.3.0.2 synopsis: Data frames For working with tabular data files description: User-friendly, type safe, runtime efficient tooling for working with tabular data deserialized from@@ -64,7 +64,7 @@ pipes-parse >= 3.0 && < 3.1, pipes-safe >= 2.2.6 && < 2.3, pipes-text >= 0.0.2.5 && < 0.1,- vinyl >= 0.6 && < 0.8+ vinyl >= 0.7 && < 0.8 hs-source-dirs: src default-language: Haskell2010 ghc-options: -Wall