selda-json 0.1.1.0 → 0.1.1.1
raw patch · 3 files changed
+3/−27 lines, 3 filesdep ~aesondep ~bytestringsetup-changedPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: aeson, bytestring
API changes (from Hackage documentation)
Files
- LICENSE +0/−21
- Setup.hs +0/−2
- selda-json.cabal +3/−4
− LICENSE
@@ -1,21 +0,0 @@-MIT License--Copyright (c) 2017-2019 Anton Ekblad--Permission is hereby granted, free of charge, to any person obtaining a copy-of this software and associated documentation files (the "Software"), to deal-in the Software without restriction, including without limitation the rights-to use, copy, modify, merge, publish, distribute, sublicense, and/or sell-copies of the Software, and to permit persons to whom the Software is-furnished to do so, subject to the following conditions:--The above copyright notice and this permission notice shall be included in all-copies or substantial portions of the Software.--THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR-IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE-AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER-LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,-OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE-SOFTWARE.
− Setup.hs
@@ -1,2 +0,0 @@-import Distribution.Simple-main = defaultMain
selda-json.cabal view
@@ -1,13 +1,12 @@ cabal-version: >=1.10 name: selda-json-version: 0.1.1.0+version: 0.1.1.1 synopsis: JSON support for the Selda database library. description: Types and classes to support storing and querying JSON values using Selda via Aeson. homepage: https://selda.link -- bug-reports: license: MIT-license-file: LICENSE author: Anton Ekblad maintainer: anton@ekblad.cc -- copyright:@@ -18,9 +17,9 @@ exposed-modules: Database.Selda.JSON build-depends:- aeson >=1.0 && <1.5+ aeson >=1.0 && <2.1 , base >=4.9 && <5- , bytestring >=0.10 && <0.11+ , bytestring >=0.10 && <0.12 , selda >=0.4 && <0.6 , text >=1.0 && <1.3 hs-source-dirs: src