leanpub-wreq 1.0.0.0 → 1.1
raw patch · 3 files changed
+25/−17 lines, 3 filesdep ~aesondep ~basedep ~bytestringPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: aeson, base, bytestring, exceptions, leanpub-concepts, lens, rando, text, time, transformers, unordered-containers, wreq
API changes (from Hackage documentation)
Files
- changelog.md +9/−1
- leanpub-wreq.cabal +15/−15
- license.txt +1/−1
changelog.md view
@@ -1,1 +1,9 @@-2019 Feb 3 - Initial release, v1.0.0.0+1.0.0.0 - 2019 Feb 3++ * Initial release++1.1 - 2021 Mar 5++ * Drop support for GHC 8.6+ * Add support for GHC 8.8 and 8.10+ * Tighten dependency bounds
leanpub-wreq.cabal view
@@ -1,7 +1,7 @@ cabal-version: 2.0 name: leanpub-wreq-version: 1.0.0.0+version: 1.1 synopsis: Use the Leanpub API via Wreq category: Web@@ -17,12 +17,12 @@ author: Chris Martin maintainer: Chris Martin, Julie Moronuki -copyright: 2018 Typeclass Consulting, LLC+copyright: 2021 Mission Valley Software LLC license: MIT license-file: license.txt build-type: Simple-tested-with: GHC==8.6.1+tested-with: GHC == 8.8.3, GHC == 8.10.3 extra-source-files: changelog.md@@ -35,15 +35,15 @@ Leanpub.Wreq build-depends:- aeson- , base >=4.10 && <5- , bytestring- , exceptions- , lens- , leanpub-concepts- , rando- , text- , time- , transformers- , unordered-containers- , wreq+ aeson ^>=1.5+ , base ^>= 4.13 || ^>= 4.14+ , bytestring ^>= 0.11+ , exceptions ^>= 0.10+ , lens ^>= 5.0+ , leanpub-concepts ^>= 1.0 || ^>= 1.1+ , rando ^>= 0.0+ , text ^>= 1.2.3+ , time ^>= 1.11+ , transformers ^>=0.5+ , unordered-containers ^>= 0.2.13+ , wreq ^>= 0.5.3
license.txt view
@@ -1,4 +1,4 @@-Copyright 2019 Typeclass Consulting, LLC+Copyright 2021 Mission Valley Software LLC 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