diff --git a/yeshql.cabal b/yeshql.cabal
--- a/yeshql.cabal
+++ b/yeshql.cabal
@@ -1,5 +1,5 @@
 name: yeshql
-version: 4.1.0.1
+version: 4.1.1.2
 synopsis: YesQL-style SQL database abstraction (legacy compatibility wrapper)
 description: Use quasi-quotations or TemplateHaskell to write SQL in SQL, while
              adding type annotations to turn SQL into well-typed Haskell
@@ -24,7 +24,7 @@
     exposed-modules: Database.YeshQL
     -- other-extensions:
     build-depends: base >=4.6 && <5.0
-                 , yeshql-core
-                 , yeshql-hdbc
+                 , yeshql-core ==4.1.1.2
+                 , yeshql-hdbc ==4.1.1.2
     hs-source-dirs: src
     default-language: Haskell2010
