From 02517ca34fa3bc6bd3071f207859f2da6f23cc82 Mon Sep 17 00:00:00 2001 From: Ozgun Ataman Date: Sun, 12 Dec 2010 13:43:51 -0500 Subject: [PATCH] Bump heist version in default template --- project_template/default/foo.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project_template/default/foo.cabal b/project_template/default/foo.cabal index b3618edf..e8cf9392 100644 --- a/project_template/default/foo.cabal +++ b/project_template/default/foo.cabal @@ -25,7 +25,7 @@ Executable projname Build-depends: base >= 4 && < 5, bytestring >= 0.9.1 && < 0.10, - heist >= 0.3 && < 0.4, + heist >= 0.4 && < 0.5, hexpat >= 0.19 && < 0.20, MonadCatchIO-transformers >= 0.2.1 && < 0.3, mtl >= 2 && < 3,