diff --git a/Hails/Data/LBson/Rexports.hs b/Hails/Data/LBson/Rexports.hs
new file mode 100644
--- /dev/null
+++ b/Hails/Data/LBson/Rexports.hs
@@ -0,0 +1,28 @@
+{-# LANGUAGE CPP #-}
+#if __GLASGOW_HASKELL__ >= 704
+{-# LANGUAGE Trustworthy #-}
+#endif
+
+-- | Moduule rexport Bson Value value-constructors
+module Hails.Data.LBson.Rexports( Value ( Float
+                                        , String
+                                        , Doc
+                                        , Array
+                                        , Bin
+                                        , Fun
+                                        , Uuid
+                                        , Md5
+                                        , UserDef
+                                        , ObjId
+                                        , Bool
+                                        , UTC
+                                        , Null
+                                        , RegEx
+                                        , JavaScr
+                                        , Sym
+                                        , Int32
+                                        , Int64
+                                        , Stamp
+                                        , MinMax )
+                                ) where
+import Data.Bson
diff --git a/Setup.hs b/Setup.hs
--- a/Setup.hs
+++ b/Setup.hs
@@ -1,2 +1,3 @@
 import Distribution.Simple
+main :: IO ()
 main = defaultMain
diff --git a/hails.cabal b/hails.cabal
--- a/hails.cabal
+++ b/hails.cabal
@@ -1,5 +1,5 @@
 Name:           hails
-Version:        0.1
+Version:        0.1.1
 build-type:     Simple
 License:        GPL-2
 License-File:   LICENSE
@@ -52,6 +52,7 @@
 
   Exposed-modules:
     Hails.Data.LBson
+    Hails.Data.LBson.Rexports
     Hails.Data.LBson.Rexports.Bson
     Hails.Data.LBson.Safe
     Hails.Data.LBson.TCB
