data-compat 0.1.0.2 → 0.1.0.3
raw patch · 2 files changed
+11/−3 lines, 2 filesdep ~constraintsPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: constraints
API changes (from Hackage documentation)
Files
- CHANGELOG.md +8/−0
- data-compat.cabal +3/−3
CHANGELOG.md view
@@ -1,5 +1,13 @@ # Revision history for data-compat +## 0.1.0.3 -- 2021-03-23++* Bump bounds.++## 0.1.0.2 -- 2020-05-28++* Bump bounds.+ ## 0.1.0.1 -- 2020-02-28 * Bump base, constraints bounds.
data-compat.cabal view
@@ -1,6 +1,6 @@ cabal-version: 2.2 name: data-compat-version: 0.1.0.2+version: 0.1.0.3 synopsis: Define Backwards Compatibility Schemes for Arbitrary Data description: Define Backwards Compatibility Schemes for Arbitrary Data homepage: https://github.com/TravisWhitaker/data-compat@@ -9,7 +9,7 @@ license-file: LICENSE author: Travis Whitaker maintainer: pi.boy.travis@gmail.com-copyright: Travis Whitaker 2019+copyright: Travis Whitaker 2019-2021 category: Data extra-source-files: CHANGELOG.md @@ -18,6 +18,6 @@ -- other-modules: -- other-extensions: build-depends: base >= 4.12.0.0 && < 4.15- , constraints >= 0.10 && < 0.13+ , constraints >= 0.10 && < 0.14 hs-source-dirs: src default-language: Haskell2010