packages feed

hasql-class 0.0.0.0 → 0.0.0.1

raw patch · 2 files changed

+12/−4 lines, 2 files

Files

+ README.md view
@@ -0,0 +1,5 @@+# hasql-class++This packages provides the classes `Encodable` and `Decodable` for types that+have `hasql` encoders or decoders, respectively. It also provides generic+instances for them.
hasql-class.cabal view
@@ -3,12 +3,12 @@ -- see: https://github.com/sol/hpack  name:           hasql-class-version:        0.0.0.0+version:        0.0.0.1 synopsis:       Encodable and Decodable classes for hasql description:    Please see README.md category:       Hasql, Database, PostgreSQL-homepage:       http://github.com/jkarni/hasql-class#readme-bug-reports:    https://github.com/turingjmp/hasql-class/issues+homepage:       http://github.com/turingjump/hasql-class#readme+bug-reports:    https://github.com/turingjump/hasql-class/issues author:         Julian K. Arni maintainer:     jkarni@gmail.com copyright:      (c) Julian K. Arni@@ -18,9 +18,12 @@ build-type:     Simple cabal-version:  >= 1.10 +extra-source-files:+    README.md+ source-repository head   type: git-  location: https://github.com/turingjmp/hasql-class+  location: https://github.com/turingjump/hasql-class  library   hs-source-dirs: