slave-thread 0.1.5 → 0.1.6
raw patch · 1 files changed
+4/−4 lines, 1 filesdep ~basedep ~partial-handler
Dependency ranges changed: base, partial-handler
Files
- slave-thread.cabal +4/−4
slave-thread.cabal view
@@ -1,7 +1,7 @@ name: slave-thread version:- 0.1.5+ 0.1.6 synopsis: A principal solution to ghost threads and silent exceptions description:@@ -76,13 +76,13 @@ -- data: stm-containers >= 0.2.0 && < 0.3, -- control:- partial-handler >= 0.1.0 && < 0.2,+ partial-handler >= 0.1.0 && < 1.1, list-t >= 0.2.4 && < 0.5, mmorph >= 1.0.4 && < 1.1, transformers >= 0.2 && < 0.5, -- general: base-prelude >= 0.1.3 && < 0.2,- base >= 4.5 && < 4.8+ base >= 4.5 && < 4.9 ghc-options: -funbox-strict-fields default-extensions:@@ -107,7 +107,7 @@ -- general: SafeSemaphore == 0.10.*, base-prelude >= 0.1.3 && < 0.2,- base >= 4.5 && < 4.8+ base >= 4.5 && < 4.9 ghc-options: -threaded "-with-rtsopts=-N"