From b28ea24b1c433452d3b42db26ef49887c9836b4a Mon Sep 17 00:00:00 2001 From: Michael Date: Tue, 28 Feb 2012 14:36:02 +0200 Subject: [PATCH] Remove a few more unsafe functions from Import --- yesod/scaffold/Import.hs.cg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yesod/scaffold/Import.hs.cg b/yesod/scaffold/Import.hs.cg index faff3826..5083f615 100644 --- a/yesod/scaffold/Import.hs.cg +++ b/yesod/scaffold/Import.hs.cg @@ -8,7 +8,7 @@ module Import , module Control.Applicative ) where -import Prelude hiding (writeFile, readFile) +import Prelude hiding (writeFile, readFile, head, tail, init, last) import Yesod hiding (Route(..)) import Foundation import Data.Monoid (Monoid (mappend, mempty, mconcat))