packages feed

microlens-contra 0.1.0.3 → 0.1.0.4

raw patch · 2 files changed

+27/−17 lines, 2 filesdep ~microlens

Dependency ranges changed: microlens

Files

CHANGELOG.md view
@@ -1,3 +1,11 @@+# 0.1.0.4++* Bump version for microlens 0.5.++# 0.1.0.3++* [#161](https://github.com/stevenfontanella/microlens/pull/161) Fix GHC 9.4 warnings for using `~` without TypeOperators+ # 0.1.0.2  * Removed the contravariant dependency for GHC 8.6 and later.
microlens-contra.cabal view
@@ -1,5 +1,5 @@ name:                microlens-contra-version:             0.1.0.3+version:             0.1.0.4 synopsis:            True folds and getters for microlens description:   This package provides @Fold@ and @Getter@ that are fully compatible with lens; the downside is that this package depends on contravariant, which in its turn depends on a lot of other packages (but still less than lens).@@ -8,41 +8,43 @@   .   Starting from GHC 8.6, this package doesn't depend on contravariant anymore.   .-  This package is a part of the <http://hackage.haskell.org/package/microlens microlens> family; see the readme <https://github.com/monadfix/microlens#readme on Github>.+  This package is a part of the <http://hackage.haskell.org/package/microlens microlens> family; see the readme <https://github.com/stevenfontanella/microlens#readme on Github>. license:             BSD3 license-file:        LICENSE author:              Edward Kmett, Artyom Kazak maintainer:          Steven Fontanella <steven.fontanella@gmail.com>-homepage:            http://github.com/monadfix/microlens-bug-reports:         http://github.com/monadfix/microlens/issues+homepage:            http://github.com/stevenfontanella/microlens+bug-reports:         http://github.com/stevenfontanella/microlens/issues category:            Data, Lenses build-type:          Simple extra-source-files:   CHANGELOG.md cabal-version:       >=1.10-tested-with:         GHC==7.6.3-                     GHC==7.8.4-                     GHC==7.10.3-                     GHC==8.0.2-                     GHC==8.2.2-                     GHC==8.4.4-                     GHC==8.6.5-                     GHC==8.8.4-                     GHC==8.10.7+tested-with:+                     GHC==9.12.1+                     GHC==9.10.1+                     GHC==9.8.4+                     GHC==9.6.6+                     GHC==9.4.8+                     GHC==9.2.8                      GHC==9.0.2-                     GHC==9.2.5-                     GHC==9.4.3+                     GHC==8.10.7+                     GHC==8.8.4+                     GHC==8.6.5+                     GHC==8.4.4+                     GHC==8.2.2+                     GHC==8.0.2  source-repository head   type:                git-  location:            git://github.com/monadfix/microlens.git+  location:            https://github.com/stevenfontanella/microlens.git  library   exposed-modules:     Lens.Micro.Contra   -- other-modules:   -- other-extensions:   build-depends:       base >=4.5 && <5-                     , microlens >=0.4 && <0.5+                     , microlens >=0.5 && <0.6   if impl(ghc < 8.6)     build-depends:     contravariant >=1.3 && <2