hslogger-template 2.0.2 → 2.0.3
raw patch · 1 files changed
+2/−2 lines, 1 filesdep ~mtlPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: mtl
API changes (from Hackage documentation)
Files
- hslogger-template.cabal +2/−2
hslogger-template.cabal view
@@ -1,5 +1,5 @@ name: hslogger-template-version: 2.0.2+version: 2.0.3 category: Interfaces synopsis: Automatic generation of hslogger functions description: Library for generating hslogger functions using Template Haskell.@@ -23,7 +23,7 @@ build-depends: base >= 3.0 && < 5.0, hslogger == 1.*,- mtl >= 1.1 && < 2.2,+ mtl >= 1.1 && < 2.3, template-haskell == 2.* ghc-options: -Wall