data-fix 0.3.2 → 0.3.3
raw patch · 2 files changed
+18/−29 lines, 2 filesdep −ghc-primdep −transformersdep −transformers-compatdep ~basedep ~deepseqdep ~hashablePVP ok
version bump matches the API change (PVP)
Dependencies removed: ghc-prim, transformers, transformers-compat
Dependency ranges changed: base, deepseq, hashable
API changes (from Hackage documentation)
Files
- CHANGELOG.md +4/−0
- data-fix.cabal +14/−29
CHANGELOG.md view
@@ -1,3 +1,7 @@+## 0.3.3++- Drop support for GHCs prior 8.6.5+ ## 0.3.2 - Add `(un)wrapFix/Mu/Nu`
data-fix.cabal view
@@ -1,5 +1,5 @@ Name: data-fix-Version: 0.3.2+Version: 0.3.3 Cabal-Version: >= 1.10 License: BSD3 License-file: LICENSE@@ -20,18 +20,15 @@ Bug-Reports: https://github.com/spell-music/data-fix/issues Tested-With:- GHC ==7.2.2- || ==7.4.2- || ==7.6.3- || ==7.8.4- || ==7.10.3- || ==8.0.2- || ==8.2.2- || ==8.4.4- || ==8.6.5+ GHC ==8.6.5 || ==8.8.4- || ==8.10.4- || ==9.0.1+ || ==8.10.7+ || ==9.0.2+ || ==9.2.8+ || ==9.4.8+ || ==9.6.5+ || ==9.8.2+ || ==9.10.1 extra-source-files: CHANGELOG.md@@ -46,24 +43,12 @@ ghc-options: -Wall exposed-modules: Data.Fix - if impl(ghc >=8.0)- ghc-options: -Wno-trustworthy-safe-- if impl(ghc >=8.4)- ghc-options:+ ghc-options: -Wno-trustworthy-safe+ ghc-options: -Wincomplete-uni-patterns -Wincomplete-record-updates -Wredundant-constraints -Widentities -Wmissing-export-lists build-depends:- base >=4.4 && <4.16- , deepseq >=1.3.0.0 && <1.5- , hashable >=1.2.7.0 && <1.4-- if impl(ghc <7.6)- -- for GHC.Generics- build-depends: ghc-prim-- if !impl(ghc >=8.0)- build-depends:- transformers >=0.3 && <0.7- , transformers-compat >=0.6.5 && <0.8+ base >=4.12.0.0 && <4.21+ , deepseq >=1.4.4.0 && <1.6+ , hashable >=1.4.4.0 && <1.5