diff --git a/Network/FastCGI.hs b/Network/FastCGI.hs
--- a/Network/FastCGI.hs
+++ b/Network/FastCGI.hs
@@ -2,9 +2,13 @@
 module Network.FastCGI (
              -- * The monad
              FastCGI,
-             MonadFastCGI,
              FastCGIState,
+             MonadFastCGI,
              getFastCGIState,
+             implementationThrowFastCGI,
+             implementationCatchFastCGI,
+             implementationBlockFastCGI,
+             implementationUnblockFastCGI,
              
              -- * Accepting requests
              acceptLoop,
diff --git a/direct-fastcgi.cabal b/direct-fastcgi.cabal
--- a/direct-fastcgi.cabal
+++ b/direct-fastcgi.cabal
@@ -1,5 +1,5 @@
 name: direct-fastcgi
-version: 1.0
+version: 1.0.1
 cabal-version: >= 1.2
 build-type: Simple
 license: BSD3
@@ -30,6 +30,6 @@
                  bytestring >= 0.9.1.4 && < 1,
                  containers >= 0.3.0.0 && < 1,
                  mtl >= 1.1.0.2 && < 2,
-                 network >= 2.2.1.7 && < 3,
+                 network >= 2.2.1.5 && < 3,
                  network-bytestring >= 0.1.2.1 && < 1,
                  utf8-string >= 0.3.6 && < 1
