Skip to content
This repository has been archived by the owner on Sep 28, 2023. It is now read-only.

Commit

Permalink
Fix imports.
Browse files Browse the repository at this point in the history
  • Loading branch information
rpglover64 committed Feb 13, 2015
1 parent 8928b73 commit ebea465
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Text/LaTeX/Base/Render.hs
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,11 @@ module Text.LaTeX.Base.Render
, showFloat
) where

import Data.Text (Text,lines,unlines)
import Data.Text (Text,lines,unlines,uncons)
import Text.LaTeX.Base.Syntax
import Text.LaTeX.Base.Class
import Data.String
import Data.Char (isAlpha)
import Data.Text.Encoding
import Data.List (intersperse)
import qualified Data.ByteString as B
Expand Down

0 comments on commit ebea465

Please sign in to comment.