collection-json 1.1.2.1 → 1.2.0.0
raw patch · 3 files changed
+23/−11 lines, 3 filesdep ~QuickCheckdep ~aesondep ~base
Dependency ranges changed: QuickCheck, aeson, base, hspec, network-arbitrary, network-uri-json
Files
- ChangeLog.md +8/−0
- README.md +4/−0
- collection-json.cabal +11/−11
ChangeLog.md view
@@ -1,5 +1,13 @@ # Revision history for collection-json +## 1.2.0.0 -- 2018-12-28++* Update base, network-uri-json, network-arbitrary, hspec, aeson, QuickCheck,+ hspec-discover+* Add disclaimer to README.+* Add envrc to autoload environment.+* add cloudbuild configuration to publish to hackage+ ## 1.1.2.1 -- 2018-01-20 * Bump network-arbitrary dependency
README.md view
@@ -5,6 +5,10 @@ Types, classes, and functions for using the [Collection+JSON—Hypermedia Type][Collection+JSON] in [Haskell]. +I am providing code in the repository to you under an open source license.+Because this is my personal repository, the license you receive to my code is+from me and not my employer (Facebook).+ # Getting Started Documentation is available on [Hackage] and information about
collection-json.cabal view
@@ -1,5 +1,5 @@ name: collection-json-version: 1.1.2.1+version: 1.2.0.0 synopsis: Collection+JSON—Hypermedia Type Tools description:@@ -45,10 +45,10 @@ other-modules: build-depends:- aeson >= 0.8 && < 1.3- , base >= 4.6 && < 4.12+ aeson >= 0.8 && < 1.5+ , base >= 4.6 && < 4.13 , network-uri == 2.6.*- , network-uri-json == 0.1.*+ , network-uri-json >= 0.1 && < 0.3 , text == 1.2.* other-extensions:@@ -73,17 +73,17 @@ , Data.CollectionJSONSpec build-tool-depends:- hspec-discover:hspec-discover == 2.4.*+ hspec-discover:hspec-discover >= 2.4 && < 2.7 build-depends:- aeson >= 0.8 && < 1.3- , base >= 4.6 && < 4.12+ aeson >= 0.8 && < 1.5+ , base >= 4.6 && < 4.13 , bytestring == 0.10.*- , hspec == 2.4.*- , network-arbitrary == 0.3.*+ , hspec >= 2.4 && < 2.7+ , network-arbitrary >= 0.3 && < 0.5 , network-uri == 2.6.*- , network-uri-json == 0.1.*- , QuickCheck >= 2.9 && < 2.11+ , network-uri-json >= 0.1 && < 0.3+ , QuickCheck >= 2.9 && < 2.13 , quickcheck-instances == 0.3.* , test-invariant == 0.4.* , text == 1.2.*