Skip to content

Commit

Permalink
Try to fix build with GHC 7.8
Browse files Browse the repository at this point in the history
  • Loading branch information
mrkkrp committed Aug 9, 2017
1 parent fd13883 commit 655d4e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Text/Mustache/Render.hs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ import Data.Aeson
import Data.Foldable (asum)
import Data.List (tails)
import Data.List.NonEmpty (NonEmpty (..))
import Data.Semigroup ((<>))
import Data.Monoid
import Data.Text (Text)
import Text.Megaparsec.Pos (Pos, unPos)
import Text.Mustache.Type
Expand Down

0 comments on commit 655d4e8

Please sign in to comment.