diff --git a/Data/Poseidon.hs b/Data/Poseidon.hs
--- a/Data/Poseidon.hs
+++ b/Data/Poseidon.hs
@@ -1,6 +1,6 @@
 -----------------------------------------------------------------------------
 -- |
--- Module      :  Database.Poseidon
+-- Module      :  Data.Poseidon
 -- Copyright   :  (c) 2019 Florian Grignon
 -- License     :  BSD3
 --
diff --git a/poseidon.cabal b/poseidon.cabal
--- a/poseidon.cabal
+++ b/poseidon.cabal
@@ -1,8 +1,5 @@
 cabal-version:       2.4
 
--- Initial package description 'poseidon.cabal' generated by 'cabal init'.
---   For further documentation, see http://haskell.org/cabal/users-guide/
-
 -- The name of the package.
 name:                poseidon
 
@@ -12,7 +9,7 @@
 -- PVP summary:      +-+------- breaking API changes
 --                   | | +----- non-breaking API additions
 --                   | | | +--- code changes with no API change
-version:             0.1.0.0
+version:             0.1.1.0
 
 -- A short (one-line) description of the package.
 synopsis:            Simple extensible library to run SQL file against PostgreSQL database.
@@ -33,7 +30,7 @@
 homepage:            https://github.com/FlogFr/poseidon
 
 -- A URL where users can report bugs.
-bug-reports:     https://github.com/FlogFr/poseidon/issues
+bug-reports:         https://github.com/FlogFr/poseidon/issues
 
 -- The license under which the package is released.
 license:             BSD-3-Clause
@@ -51,7 +48,7 @@
 -- A copyright notice.
 -- copyright:
 
-category:            Database
+category:            Database, PostgreSQL
 
 -- Extra files to be distributed with the package, such as examples or a
 -- README.
@@ -63,10 +60,10 @@
   exposed-modules:
     Data.Poseidon
     Database.Poseidon
+    Database.Poseidon.Internal
 
   -- Modules included in this library but not exported.
-  other-modules:
-    Database.Poseidon.Internal
+  -- other-modules:
 
   -- LANGUAGE extensions used by modules in this package.
   -- other-extensions:
