packages feed

simple-log 0.9.4 → 0.9.5

raw patch · 1 files changed

+3/−3 lines, 1 filesdep ~exceptionsdep ~time

Dependency ranges changed: exceptions, time

Files

simple-log.cabal view
@@ -1,5 +1,5 @@ Name:                 simple-log-Version:              0.9.4+Version:              0.9.5 Synopsis:             Simple log for Haskell Description:          Log library for Haskell License:              BSD3@@ -26,7 +26,7 @@     data-default == 0.7.*,     deepseq >= 1.4 && < 1.5,     directory >= 1.2 && < 1.4,-    exceptions >= 0.8 && < 0.9,+    exceptions >= 0.8 && < 0.11,     filepath >= 1.4 && < 1.5,     hformat == 0.3.*,     microlens == 0.4.*,@@ -35,7 +35,7 @@     mtl >= 2.2 && < 2.3,     SafeSemaphore >= 0.9.0 && < 1.0.0,     text >= 0.11.0 && < 2.0.0,-    time >= 1.5 && < 1.9,+    time >= 1.5 && < 1.10,     transformers >= 0.4 && < 0.6   exposed-modules:     System.Log.Simple