data-compat 0.1.0.1 → 0.1.0.2
raw patch · 1 files changed
+2/−2 lines, 1 filesdep ~basePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: base
API changes (from Hackage documentation)
Files
- data-compat.cabal +2/−2
data-compat.cabal view
@@ -1,6 +1,6 @@ cabal-version: 2.2 name: data-compat-version: 0.1.0.1+version: 0.1.0.2 synopsis: Define Backwards Compatibility Schemes for Arbitrary Data description: Define Backwards Compatibility Schemes for Arbitrary Data homepage: https://github.com/TravisWhitaker/data-compat@@ -17,7 +17,7 @@ exposed-modules: Data.Compat -- other-modules: -- other-extensions:- build-depends: base >= 4.12.0.0 && < 4.14+ build-depends: base >= 4.12.0.0 && < 4.15 , constraints >= 0.10 && < 0.13 hs-source-dirs: src default-language: Haskell2010