leanpub-concepts 1.0.0.1 → 1.1
raw patch · 3 files changed
+13/−7 lines, 3 filesdep ~basedep ~bytestringdep ~textPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: base, bytestring, text
API changes (from Hackage documentation)
Files
- changelog.md +6/−0
- leanpub-concepts.cabal +6/−6
- license.txt +1/−1
changelog.md view
@@ -5,3 +5,9 @@ 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-concepts.cabal view
@@ -1,7 +1,7 @@ cabal-version: 2.0 name: leanpub-concepts-version: 1.0.0.1+version: 1.1 synopsis: Types for the Leanpub API category: Web@@ -16,12 +16,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@@ -34,6 +34,6 @@ Leanpub.Concepts build-depends:- base >=4.10 && <5- , bytestring- , text+ base ^>= 4.13 || ^>= 4.14+ , bytestring ^>= 0.11+ , text ^>= 1.2.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