hslogger-template 2.0.1 → 2.0.2
raw patch · 1 files changed
+2/−2 lines, 1 filesdep ~basePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: base
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.1+version: 2.0.2 category: Interfaces synopsis: Automatic generation of hslogger functions description: Library for generating hslogger functions using Template Haskell.@@ -21,7 +21,7 @@ System.Log.Logger.TH build-depends:- base >= 3.0 && < 4.6,+ base >= 3.0 && < 5.0, hslogger == 1.*, mtl >= 1.1 && < 2.2, template-haskell == 2.*