Skip to content

Commit

Permalink
Fixed GHC 7.2.1 build breaks. Needed to explicitly use flexible insta…
Browse files Browse the repository at this point in the history
…nces
  • Loading branch information
sseveran committed Sep 13, 2011
1 parent 2297598 commit 34753db
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 1 deletion.
Binary file added Graphics/GChart/ChartItems/.Colors.hs.swp
Binary file not shown.
Binary file added Graphics/GChart/ChartItems/.Labels.hs.swp
Binary file not shown.
Binary file added Graphics/GChart/ChartItems/.Styles.hs.swp
Binary file not shown.
1 change: 1 addition & 0 deletions Graphics/GChart/ChartItems/Colors.hs
@@ -1,3 +1,4 @@
{-# LANGUAGE FlexibleInstances #-}
{-# LANGUAGE TypeSynonymInstances #-}
module Graphics.GChart.ChartItems.Colors where

Expand Down
3 changes: 2 additions & 1 deletion Graphics/GChart/ChartItems/Labels.hs
@@ -1,3 +1,4 @@
{-# LANGUAGE FlexibleInstances #-}
{-# LANGUAGE TypeSynonymInstances #-}
module Graphics.GChart.ChartItems.Labels where

Expand Down Expand Up @@ -114,4 +115,4 @@ strAxesStyles = convertFieldToString strAxisStyle axisStyle
encodeAxesStyles = encodeFieldToParams "chxs" . strAxesStyles


-- TODO: Data Point Labels
-- TODO: Data Point Labels
1 change: 1 addition & 0 deletions Graphics/GChart/ChartItems/Styles.hs
@@ -1,3 +1,4 @@
{-# LANGUAGE FlexibleInstances #-}
{-# LANGUAGE TypeSynonymInstances #-}
module Graphics.GChart.ChartItems.Styles where

Expand Down

0 comments on commit 34753db

Please sign in to comment.