Remove a few more unsafe functions from Import
This commit is contained in:
parent
22200b910b
commit
b28ea24b1c
@ -8,7 +8,7 @@ module Import
|
|||||||
, module Control.Applicative
|
, module Control.Applicative
|
||||||
) where
|
) where
|
||||||
|
|
||||||
import Prelude hiding (writeFile, readFile)
|
import Prelude hiding (writeFile, readFile, head, tail, init, last)
|
||||||
import Yesod hiding (Route(..))
|
import Yesod hiding (Route(..))
|
||||||
import Foundation
|
import Foundation
|
||||||
import Data.Monoid (Monoid (mappend, mempty, mconcat))
|
import Data.Monoid (Monoid (mappend, mempty, mconcat))
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user