Skip to content

Commit

Permalink
Fix warning
Browse files Browse the repository at this point in the history
  • Loading branch information
igstan committed Mar 3, 2013
1 parent 4f5e32f commit beb6098
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .bin/data-uri
Expand Up @@ -5,8 +5,8 @@ module Main where
import Prelude hiding (putStrLn, readFile)

import Base64 (encode)
import Data.ByteString (append, putStrLn, readFile)
import Data.ByteString.Char8 (ByteString)
import Data.ByteString (append, readFile)
import Data.ByteString.Char8 (ByteString, putStrLn)
import System.FilePath (takeExtension)
import System.Environment (getArgs)

Expand Down

0 comments on commit beb6098

Please sign in to comment.