diff --git a/Control/Concurrent/MVar/Strict.hs b/Control/Concurrent/MVar/Strict.hs
--- a/Control/Concurrent/MVar/Strict.hs
+++ b/Control/Concurrent/MVar/Strict.hs
@@ -44,7 +44,7 @@
 
 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
--- 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 @@
 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
