diff --git a/Network/Fluent/Conduit.hs b/Network/Fluent/Conduit.hs
--- a/Network/Fluent/Conduit.hs
+++ b/Network/Fluent/Conduit.hs
@@ -13,7 +13,7 @@
 -- See the License for the specific language governing permissions and
 -- limitations under the License.
 --
-
+{-# LANGUAGE RankNTypes #-}
 -- | Fluent Logger with Conduit Interface
 module Network.Fluent.Conduit
     ( -- * Sinks
diff --git a/fluent-logger-conduit.cabal b/fluent-logger-conduit.cabal
--- a/fluent-logger-conduit.cabal
+++ b/fluent-logger-conduit.cabal
@@ -1,5 +1,5 @@
 name:                fluent-logger-conduit
-version:             0.2.0.0
+version:             0.2.0.1
 synopsis:            Conduit interface for fluent-logger
 description:         Conduit interface for fluent-logger
 license:             OtherLicense
