diff --git a/nuxeo.cabal b/nuxeo.cabal
--- a/nuxeo.cabal
+++ b/nuxeo.cabal
@@ -2,7 +2,7 @@
 --  see http://haskell.org/cabal/users-guide/
 
 name:                nuxeo
-version:             0.2.0.0
+version:             0.2.0.1
 synopsis:            Nuxeo
 description:         Nuxeo
 license:             BSD3
diff --git a/src/Nuxeo/Log.hs b/src/Nuxeo/Log.hs
--- a/src/Nuxeo/Log.hs
+++ b/src/Nuxeo/Log.hs
@@ -1,6 +1,7 @@
 {-# LANGUAGE OverloadedStrings #-}
 
 module Nuxeo.Log (
+  NuxeoLog, 
   NuxeoLogVerbose
   , NuxeoLogType (..)
   , NuxeoLogEntry (..)
