Skip to content

Commit

Permalink
No escaping for "stack new" template params #1475
Browse files Browse the repository at this point in the history
  • Loading branch information
mgsloan committed Dec 7, 2015
1 parent e44d57c commit ca0f0b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Stack/New.hs
Expand Up @@ -160,7 +160,7 @@ applyTemplate project template nonceParams dir templateText = do
(applied,missingKeys) <-
runWriterT
(hastacheStr
defaultConfig
defaultConfig { muEscapeFunc = id }
templateText
(mkStrContextM (contextFunction context)))
unless (S.null missingKeys)
Expand Down

0 comments on commit ca0f0b3

Please sign in to comment.