hunk ./Control/Concurrent/Chan/Strict.hs 44 -import Control.Parallel.Strategies +import Control.DeepSeq hunk ./Control/Concurrent/MVar/Strict.hs 48 +import Control.DeepSeq hunk ./strict-concurrency.cabal 2 -Version: 0.2.3 +Version: 0.2.4 hunk ./strict-concurrency.cabal 16 -Copyright: (c) 2007-8 Don Stewart +Copyright: (c) 2007-10 Don Stewart hunk ./strict-concurrency.cabal 18 -build-depends: base >= 3 && < 5, parallel +build-depends: base >= 4 && < 5, parallel >= 3, deepseq >= 1 hunk ./Control/Concurrent/MVar/Strict.hs 47 -import Control.Parallel.Strategies +-- import Control.Parallel.Strategies hunk ./strict-concurrency.cabal 2 -Version: 0.2.4 +Version: 0.2.4.1 hunk ./strict-concurrency.cabal 18 -build-depends: base >= 4 && < 5, parallel >= 3, deepseq >= 1 +build-depends: base >= 4 && < 5, deepseq >= 1