diff --git a/simple-log-syslog.cabal b/simple-log-syslog.cabal
--- a/simple-log-syslog.cabal
+++ b/simple-log-syslog.cabal
@@ -1,5 +1,5 @@
 name:                simple-log-syslog
-version:             0.1.0.0
+version:             0.1.1.0
 synopsis:            Syslog backend for simple-log
 -- description:         
 homepage:            http://github.com/mvoidex/simple-log-syslog
diff --git a/src/System/Log/Syslog.hs b/src/System/Log/Syslog.hs
--- a/src/System/Log/Syslog.hs
+++ b/src/System/Log/Syslog.hs
@@ -14,7 +14,9 @@
     SyslogMessage(..),
     syslogMsg,
     toSyslog, toSyslog_,
-    syslog, syslog_
+    syslog, syslog_,
+
+    Option(..), Facility(..)
     ) where
 
 import System.Posix.Syslog (Option(..), Facility(..))
