threads-supervisor 1.2.0.1 → 1.2.0.2
raw patch · 1 files changed
+2/−2 lines, 1 filesdep ~transformers
Dependency ranges changed: transformers
Files
- threads-supervisor.cabal +2/−2
threads-supervisor.cabal view
@@ -1,5 +1,5 @@ name: threads-supervisor-version: 1.2.0.1+version: 1.2.0.2 synopsis: Simple, IO-based library for Erlang-style thread supervision description: Simple, IO-based library for Erlang-style thread supervision license: MIT@@ -29,7 +29,7 @@ clock >= 0.6, unordered-containers >= 0.2.0.0 && < 0.5.0.0, retry >= 0.7 && < 0.10,- transformers >= 0.4 && < 0.6,+ transformers >= 0.4 && < 0.7, stm >= 2.5, time >= 1.2 hs-source-dirs: src