packages feed

esqueleto-textsearch 1.1.1 → 1.1.2

raw patch · 2 files changed

+5/−2 lines, 2 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

Changelog.md view
@@ -1,5 +1,8 @@ # Change log for esqueleto text search  +## Version 1.1.2++ add myself as author considering I wrote most stuff at this point+ ## Version 1.1.1 + add tutorial in the readme 
esqueleto-textsearch.cabal view
@@ -1,11 +1,11 @@ name:               esqueleto-textsearch-version:            1.1.1+version:            1.1.2 synopsis:           PostgreSQL full text search for Esqueleto description:        PostgreSQL text search functions for Esqueleto. homepage:           https://github.com/SupercedeTech/esqueleto-textsearch-ii license:            MIT license-file:       LICENSE-author:             Alberto Valverde González+author:             Jappie Klooster <hi@jappie.me>, Alberto Valverde González maintainer:         info@supercede.com copyright:          2015 Alberto Valverde González category:           Database