Skip to content

Commit

Permalink
Merge pull request #6 from luite/master
Browse files Browse the repository at this point in the history
Fix Compile with GHC 7.4.1
  • Loading branch information
alanz committed Feb 3, 2012
2 parents e7d5a71 + fa6ce97 commit e55c68f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Text/Jasmine/Pretty.hs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ module Text.Jasmine.Pretty

import Data.Char
import Data.List
import Data.Monoid
import Data.Monoid (Monoid, mappend, mempty, mconcat)
-- import Text.Jasmine.Parse
import Language.JavaScript.Parser
import qualified Blaze.ByteString.Builder as BB
Expand Down
2 changes: 1 addition & 1 deletion hjsmin.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: hjsmin
version: 0.0.14
version: 0.0.15
license: BSD3
license-file: LICENSE
author: Alan Zimmerman <alan.zimm@gmail.com>
Expand Down

0 comments on commit e55c68f

Please sign in to comment.