packages feed

fclabels 2.0.3.2 → 2.0.3.3

raw patch · 2 files changed

+12/−7 lines, 2 filesdep ~basedep ~criteriondep ~mtlPVP: major bump suggested

API removals or changes: PVP suggests a major version bump

Dependency ranges changed: base, criterion, mtl, template-haskell, transformers

API changes (from Hackage documentation)

- Data.Label: type (:->) f o = Lens Total f o
- Data.Label.Mono: type (:~>) f o = Lens Partial f o
- Data.Label.Partial: type (:~>) f o = Lens Partial f o
- Data.Label.Total: type (:->) f o = Lens Total f o
+ Data.Label: type f :-> o = Lens Total f o
+ Data.Label.Mono: type f :~> o = Lens Partial f o
+ Data.Label.Partial: type f :~> o = Lens Partial f o
+ Data.Label.Total: type f :-> o = Lens Total f o

Files

CHANGELOG view
@@ -1,6 +1,11 @@ CHANGELOG +2.0.3.3++  - Allow GHC 8.4 pre-releases.+ 2.0.3.2+   - Allow HUnit 1.5.*  2.0.3.1
fclabels.cabal view
@@ -1,5 +1,5 @@ Name:          fclabels-Version:       2.0.3.2+Version:       2.0.3.3 Author:        Sebastiaan Visser, Erik Hesselink, Chris Eidhof, Sjoerd Visscher                with lots of help and feedback from others. Synopsis:      First class accessor labels implemented as lenses.@@ -64,7 +64,7 @@   GHC==7.6.3,   GHC==7.8.4,   GHC==7.10.3,-  GHC==8.0.1+  GHC==8.0.2 Extra-Source-Files:   README.md   CHANGELOG@@ -86,8 +86,8 @@    GHC-Options: -Wall   Build-Depends:-      base             >= 4.5 && < 4.10-    , template-haskell >= 2.2 && < 2.12+      base             >= 4.5 && < 4.12+    , template-haskell >= 2.2 && < 2.14     , mtl              >= 1.0 && < 2.3     , transformers     >= 0.2 && < 0.6 @@ -103,10 +103,10 @@   Build-Depends:       base                       < 5     , fclabels-    , template-haskell >= 2.2 && < 2.12+    , template-haskell >= 2.2 && < 2.14     , mtl              >= 1.0 && < 2.3     , transformers     >= 0.2 && < 0.6-    , HUnit            >= 1.2 && < 1.6+    , HUnit            >= 1.2 && < 1.7  Benchmark benchmark   Type:            exitcode-stdio-1.0@@ -116,4 +116,4 @@   Build-Depends:       base      < 5     , fclabels-    , criterion < 1.2+    , criterion < 1.3