diff --git a/Database/HSQL.hsc b/Database/HSQL.hsc
--- a/Database/HSQL.hsc
+++ b/Database/HSQL.hsc
@@ -27,7 +27,7 @@
 	, fetch             -- :: Statement -> IO Bool
 	
 	-- * Retrieving Statement values and types
-	, FieldDef, SqlType(..), SqlBind, toSqlValue
+	, FieldDef, SqlType(..), SqlBind(..)
 	, getFieldValue     -- :: SqlBind a => Statement -> String -> IO a
 	, getFieldValueMB
 	, getFieldValue'    -- :: SqlBind a => Statement -> String -> a -> IO a
diff --git a/LICENSE b/LICENSE
new file mode 100644
--- /dev/null
+++ b/LICENSE
diff --git a/hsql.cabal b/hsql.cabal
--- a/hsql.cabal
+++ b/hsql.cabal
@@ -1,11 +1,16 @@
 name:		hsql
-version:	1.7
+version:	1.7.1
 license:	BSD3
 author:		Krasimir Angelov <ka2_mail@yahoo.com>
+maintainer:     Chris Done <chrisdone@gmail.com>
 category:	Database
+synopsis:       Simple library for database access from Haskell.
 description:	Simple library for database access from Haskell.
 exposed-modules:
 	Database.HSQL,
 	Database.HSQL.Types
-build-depends:	base
-extensions:     ForeignFunctionInterface, TypeSynonymInstances, CPP
+build-depends:	base==3.*,old-time
+extensions:     ForeignFunctionInterface, TypeSynonymInstances, CPP, RankNTypes, DeriveDataTypeable
+build-type: Simple
+license-file: LICENSE
+cabal-version: >= 1.6
