Skip to content

Commit

Permalink
fromLazyText not being imported in MkSizeType.hs directly.
Browse files Browse the repository at this point in the history
  • Loading branch information
psibi committed Sep 1, 2015
1 parent 2a859df commit 8f0a318
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Text/CssCommon.hs
Expand Up @@ -11,7 +11,6 @@ import Text.Printf (printf)
import Language.Haskell.TH
import Data.Word (Word8)
import Data.Bits
import Data.Text.Lazy.Builder (fromLazyText)
import qualified Data.Text.Lazy as TL

renderCssUrl :: (url -> [(TS.Text, TS.Text)] -> TS.Text) -> CssUrl url -> TL.Text
Expand Down

0 comments on commit 8f0a318

Please sign in to comment.