packages feed

liblawless 0.19.4 → 0.19.5

raw patch · 1 files changed

+3/−3 lines, 1 filesdep ~lensPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: lens

API changes (from Hackage documentation)

+ Path: infixl 7 <++>
+ Path: infixr 5 </>

Files

liblawless.cabal view
@@ -1,5 +1,5 @@ name:                liblawless-version:             0.19.4+version:             0.19.5 synopsis:            Prelude based on protolude for GHC 8 and beyond. license:             GPL-3 license-file:        LICENSE@@ -28,7 +28,7 @@ source-repository this   type:     git   location:   git@gitlab.com:misandrist/liblawless.git-  tag: v0.19.4+  tag: v0.19.5  library   ghc-options: -Wall -Wno-redundant-constraints -O2@@ -95,7 +95,7 @@                 dns                        >= 2.0.8 && < 2.1,                 exceptions                 >= 0.8.3 && < 0.9,                 hjsonschema                >= 1.2.0 && < 1.3,-                lens                       >= 4.14 && < 4.15,+                lens                       >= 4.14 && < 4.16,                 machines                   >= 0.6.1 && < 0.7,                 managed             >= 1.0.5 && < 1.1,                 monad-control >= 1.0.1.0 && < 1.1,