esqueleto 1.4.1.2 → 1.4.1.3
raw patch · 1 files changed
+4/−4 lines, 1 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- esqueleto.cabal +4/−4
esqueleto.cabal view
@@ -1,7 +1,7 @@ name: esqueleto-version: 1.4.1.2+version: 1.4.1.3 synopsis: Type-safe EDSL for SQL queries on persistent backends.-homepage: https://github.com/meteficha/esqueleto+homepage: https://github.com/prowdsponsor/esqueleto license: BSD3 license-file: LICENSE author: Felipe Lessa@@ -36,7 +36,7 @@ Not all SQL features are available, but most of them can be easily added (especially functions), so please open an issue or send a pull request if you need anything that is not covered by @esqueleto@ on- <https://github.com/meteficha/esqueleto/>.+ <https://github.com/prowdsponsor/esqueleto/>. . The name of this library means \"skeleton\" in Portuguese and contains all three SQL letters in the correct order =). It was@@ -44,7 +44,7 @@ source-repository head type: git- location: git://github.com/meteficha/esqueleto.git+ location: git://github.com/prowdsponsor/esqueleto.git Flag postgresql Description: test postgresql. default is to test sqlite.