apiary-logger 0.11.1 → 0.11.2
raw patch · 1 files changed
+3/−3 lines, 1 filesdep ~apiarydep ~reflectionPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: apiary, reflection
API changes (from Hackage documentation)
Files
- apiary-logger.cabal +3/−3
apiary-logger.cabal view
@@ -1,5 +1,5 @@ name: apiary-logger-version: 0.11.1+version: 0.11.2 synopsis: fast-logger support for apiary web framework. description: example: <https://github.com/philopon/apiary/blob/master/examples/persistent.hs>@@ -20,10 +20,10 @@ exposed-modules: Web.Apiary.Logger other-modules: Web.Apiary.Logger.Internal build-depends: base >=4.6 && <4.8- , apiary >=0.8 && <0.13+ , apiary >=0.8 && <0.14 , fast-logger >=2.1 && <2.2 , monad-logger >=0.3 && <0.4- , reflection >=1.4 && <1.5+ , reflection >=1.4 && <1.6 , data-default-class >=0.0 && <0.1 , monad-control >=0.3 && <0.4 , mtl >=2.1 && <2.3