packages feed

cassava-records 0.1.0.0 → 0.1.0.1

raw patch · 1 files changed

+3/−3 lines, 1 files

Files

cassava-records.cabal view
@@ -2,10 +2,10 @@ -- -- see: https://github.com/sol/hpack ----- hash: f08ce1b824d1734099491f8c04b5ca3c74288ce2eacefe0c7cbd17028152ea09+-- hash: 0bffe2f75342705e1118590c7c078b18e36b2505e4d8e923697990336485addb  name:           cassava-records-version:        0.1.0.0+version:        0.1.0.1 synopsis:       Auto-generation of records data type. description:    cassava-records library helps in auto-creating record data types using Template Haskell by inferring types from the columns of a csv or compatible input file. The record and type classes instances generated can be seamlessly used with cassava(the haskell csv reader library) to load the data into these record types without dealing with any other level of abstraction.                 Please see README on Github at <https://github.com/gdevanla/cassava-records#readme>@@ -14,7 +14,7 @@ bug-reports:    https://github.com/gdevanla/cassava-records/issues author:         Guru Devanla maintainer:     grdvnl@gmail.com-copyright:      2017 Author name here+copyright:      2018 Guru Devanla license:        BSD3 license-file:   LICENSE build-type:     Simple