Skip to content

Commit

Permalink
Removed two compiler warnings (unnecessary imports).
Browse files Browse the repository at this point in the history
  • Loading branch information
NicoleRauch committed Aug 14, 2016
1 parent 82301c5 commit ea0a8d5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Hakyll/Web/CompressCss.hs
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,12 @@ module Hakyll.Web.CompressCss


--------------------------------------------------------------------------------
import Data.Char (isSpace)
import Data.List (isPrefixOf)


--------------------------------------------------------------------------------
import Hakyll.Core.Compiler
import Hakyll.Core.Item
import Hakyll.Core.Util.String


--------------------------------------------------------------------------------
Expand Down

0 comments on commit ea0a8d5

Please sign in to comment.