mysql-json-table 0.1.4.0 → 0.1.4.1
raw patch · 2 files changed
+6/−4 lines, 2 files
Files
- changelog.md +3/−0
- mysql-json-table.cabal +3/−4
changelog.md view
@@ -1,3 +1,6 @@+## 0.1.4.1+* Metadata update.+ ## 0.1.4.0 * Add `Hashable` instance for the `Id` type.
mysql-json-table.cabal view
@@ -1,16 +1,15 @@ name: mysql-json-table-version: 0.1.4.0+version: 0.1.4.1 category: Database synopsis: Using MySQL to store id-to-json tables. description: Visit the homepage for more information, or read the readme.-author: Daniel Casanueva (daniel.casanueva `at` proton.me)-maintainer: Daniel Casanueva (daniel.casanueva `at` proton.me)+maintainer: Daniel Casanueva (coding `at` danielcasanueva.eu) license: MIT license-file: license extra-doc-files: readme.md, changelog.md build-type: Simple cabal-version: 1.18-homepage: https://gitlab.com/daniel-casanueva/haskell/mysql-json-table+homepage: https://codeberg.org/daniel-casanueva/mysql-json-table library hs-source-dirs: src