simple-log 0.5.0 → 0.5.1
raw patch · 1 files changed
+2/−2 lines, 1 files
Files
- simple-log.cabal +2/−2
simple-log.cabal view
@@ -1,5 +1,5 @@ Name: simple-log -Version: 0.5.0 +Version: 0.5.1 Synopsis: Simple log for Haskell Description: Log library for Haskell with removing unnecessary traces License: BSD3 @@ -23,7 +23,7 @@ async >= 2.0 && < 3.0, containers >= 0.5 && < 0.6, deepseq >= 1.4 && < 1.5, - directory >= 1.2 && < 1.3, + directory >= 1.2 && < 1.4, exceptions >= 0.8 && < 0.9, filepath >= 1.4 && < 1.5, mtl >= 2.2 && < 2.3,