selda-json 0.1.1.1 → 0.1.1.2
raw patch · 2 files changed
+27/−5 lines, 2 filesdep ~aesondep ~bytestringdep ~textnew-uploaderPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: aeson, bytestring, text
API changes (from Hackage documentation)
Files
- LICENSE +21/−0
- selda-json.cabal +6/−5
+ LICENSE view
@@ -0,0 +1,21 @@+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.
selda-json.cabal view
@@ -1,12 +1,13 @@ cabal-version: >=1.10 name: selda-json-version: 0.1.1.1+version: 0.1.1.2 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+homepage: https://valderman.github.io/selda -- bug-reports: license: MIT+license-file: LICENSE author: Anton Ekblad maintainer: anton@ekblad.cc -- copyright:@@ -17,10 +18,10 @@ exposed-modules: Database.Selda.JSON build-depends:- aeson >=1.0 && <2.1+ aeson >=1.0 && <2.3 , base >=4.9 && <5- , bytestring >=0.10 && <0.12+ , bytestring >=0.10 && <0.13 , selda >=0.4 && <0.6- , text >=1.0 && <1.3+ , text >=1.0 && <2.2 hs-source-dirs: src default-language: Haskell2010