simple-log 0.9.1 → 0.9.2
raw patch · 1 files changed
+2/−2 lines, 1 filesdep ~mmorph
Dependency ranges changed: mmorph
Files
- simple-log.cabal +2/−2
simple-log.cabal view
@@ -1,5 +1,5 @@ Name: simple-log -Version: 0.9.1 +Version: 0.9.2 Synopsis: Simple log for Haskell Description: Log library for Haskell License: BSD3 @@ -31,7 +31,7 @@ hformat == 0.3.*, microlens == 0.4.*, microlens-platform == 0.3.*, - mmorph == 1.0.*, + mmorph >= 1.0 && < 1.2, mtl >= 2.2 && < 2.3, SafeSemaphore >= 0.9.0 && < 1.0.0, text >= 0.11.0 && < 2.0.0,