diff --git a/snap-server.cabal b/snap-server.cabal
--- a/snap-server.cabal
+++ b/snap-server.cabal
@@ -1,5 +1,5 @@
 name:           snap-server
-version:        0.2.15
+version:        0.2.15.1
 synopsis:       A fast, iteratee-based, epoll-enabled web server for the Snap Framework
 description:
   This is the first developer prerelease of the Snap framework.  Snap is a
@@ -118,11 +118,11 @@
     dlist >= 0.5 && < 0.6,
     filepath,
     iteratee >= 0.3.1 && <0.4,
-    monads-fd,
+    monads-fd < 0.1.0.3,
     murmur-hash >= 0.1 && < 0.2,
     network == 2.2.1.*,
     old-locale,
-    snap-core == 0.2.15,
+    snap-core == 0.2.15.1,
     template-haskell,
     time,
     transformers,
diff --git a/test/snap-server-testsuite.cabal b/test/snap-server-testsuite.cabal
--- a/test/snap-server-testsuite.cabal
+++ b/test/snap-server-testsuite.cabal
@@ -33,7 +33,7 @@
      haskell98,
      HTTP >= 4000.0.9 && < 4001,
      HUnit >= 1.2 && < 2,
-     monads-fd,
+     monads-fd < 0.1.0.3,
      murmur-hash >= 0.1 && < 0.2,
      network == 2.2.1.7,
      network-bytestring >= 0.1.2 && < 0.2,
@@ -90,7 +90,7 @@
      filepath,
      haskell98,
      HUnit >= 1.2 && < 2,
-     monads-fd,
+     monads-fd < 0.1.0.3,
      old-locale,
      parallel > 2,
      iteratee >= 0.3.1 && < 0.4,
@@ -168,7 +168,7 @@
      HTTP >= 4000.0.9 && < 4001,
      HUnit >= 1.2 && < 2,
      MonadCatchIO-transformers >= 0.2.1 && < 0.3,
-     monads-fd,
+     monads-fd < 0.1.0.3,
      murmur-hash >= 0.1 && < 0.2,
      network == 2.2.1.7,
      network-bytestring >= 0.1.2 && < 0.2,
