diff --git a/Game/Spacegoo.hs b/Game/Spacegoo.hs
--- a/Game/Spacegoo.hs
+++ b/Game/Spacegoo.hs
@@ -1,4 +1,4 @@
-{-# LANGUAGE OverloadedStrings, RankNTypes, RecordWildCards #-}
+{-# LANGUAGE OverloadedStrings, RankNTypes, RecordWildCards, FlexibleContexts #-}
 
 -- | 
 -- This module provides you with everything to quicky write clients for the
diff --git a/haskell-spacegoo.cabal b/haskell-spacegoo.cabal
--- a/haskell-spacegoo.cabal
+++ b/haskell-spacegoo.cabal
@@ -1,5 +1,5 @@
 name:                haskell-spacegoo
-version:             0.2
+version:             0.2.0.1
 synopsis:            Client API for Rocket Scissor Spacegoo
 description:         Using this package you can quickly create code to take
                      part in a game of Rocket Scissor Spacegoo; see
@@ -26,7 +26,7 @@
         , mtl
         , bytestring
         , text
-        , network-conduit
+        , conduit-extra
         , conduit
         , vector-space
 
