diff options
author | DonaldStewart <> | 2010-08-12 00:01:30 (GMT) |
---|---|---|
committer | Luite Stegeman <luite@luite.com> | 2010-08-12 00:01:30 (GMT) |
commit | 6fab7540720c589e9886b955b3f8d8c4dbcf432e (patch) | |
tree | 951e9219c3c8d1ff77824bcef3e4b3ec0b63c15b | |
parent | 9cba862172747bcf55915e94ea78e1a35679e88b (diff) |
version 0.2.4.10.2.4.1
-rw-r--r-- | Control/Concurrent/MVar/Strict.hs | 2 | ||||
-rw-r--r-- | strict-concurrency.cabal | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/Control/Concurrent/MVar/Strict.hs b/Control/Concurrent/MVar/Strict.hs index 7247cb9..39a8d5c 100644 --- a/Control/Concurrent/MVar/Strict.hs +++ b/Control/Concurrent/MVar/Strict.hs @@ -44,7 +44,7 @@ import GHC.IOBase import Prelude import Control.OldException as Exception -import Control.Parallel.Strategies +-- import Control.Parallel.Strategies import Control.DeepSeq -- |Put a value into an 'MVar'. If the 'MVar' is currently full, diff --git a/strict-concurrency.cabal b/strict-concurrency.cabal index 47e1d3b..2f7570c 100644 --- a/strict-concurrency.cabal +++ b/strict-concurrency.cabal @@ -1,5 +1,5 @@ Name: strict-concurrency -Version: 0.2.4 +Version: 0.2.4.1 Synopsis: Strict concurrency abstractions Category: Control Description: @@ -15,7 +15,7 @@ Author: Don Stewart <dons@galois.com> Maintainer: Don Stewart <dons@galois.com> Copyright: (c) 2007-10 Don Stewart Homepage: http://code.haskell.org/~dons/code/strict-concurrency -build-depends: base >= 4 && < 5, parallel >= 3, deepseq >= 1 +build-depends: base >= 4 && < 5, deepseq >= 1 ghc-options: -Wall -fglasgow-exts extensions: CPP, BangPatterns build-type: Simple |