diff --git a/apiary-purescript.cabal b/apiary-purescript.cabal
--- a/apiary-purescript.cabal
+++ b/apiary-purescript.cabal
@@ -1,5 +1,5 @@
 name:                apiary-purescript
-version:             0.14.0
+version:             0.14.0.1
 synopsis:            purescript compiler for apiary web framework.
 description:
   example: <https://github.com/philopon/apiary/blob/master/examples/pureScript.hs>
@@ -22,7 +22,7 @@
   other-modules:       Web.Apiary.PureScript.Internal
   build-depends:       base                 >=4.6   && <4.8
                      , template-haskell
-                     , apiary               >=0.14  && <0.15
+                     , apiary               >=0.14  && <0.16
                      , purescript           >=0.5   && <0.6
                      , filepath             >=1.3   && <1.4
                      , utf8-string          >=0.3   && <0.4
