diff --git a/project-template.cabal b/project-template.cabal
--- a/project-template.cabal
+++ b/project-template.cabal
@@ -1,5 +1,5 @@
 name:                project-template
-version:             0.1.4.1
+version:             0.1.4.2
 synopsis:            Specify Haskell project templates and generate files
 description:         See initial blog post for explanation: <http://www.yesodweb.com/blog/2012/09/project-templates>
 homepage:            https://github.com/fpco/haskell-ide
@@ -21,7 +21,7 @@
                      , bytestring                   >= 0.9
                      , transformers                 >= 0.2
                      , mtl                          >= 2.0
-                     , conduit                      >= 1.0        && < 1.2
+                     , conduit                      >= 1.0        && < 1.3
                      , conduit-extra
                      , resourcet                    >= 0.4.3
                      , containers
