Skip to content

Commit

Permalink
Get the TH stuff building under GHC 6.12
Browse files Browse the repository at this point in the history
  • Loading branch information
bos committed Aug 11, 2011
1 parent d258995 commit daddd5e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Data/Aeson/TH.hs
Expand Up @@ -140,12 +140,12 @@ import Data.Aeson.Types ( Value(..) )
import Control.Applicative ( pure, (<$>), (<*>) )
import Control.Monad ( return, mapM, mzero, liftM2 )
import Data.Bool ( otherwise )
import GHC.Base ( String )
import GHC.Base ( Monad(..), String )
import Data.Eq ( (==) )
import Data.Function ( ($), (.), id )
import Data.Functor ( fmap )
import Data.List ( (++), foldl', map, zip, genericLength )
import Prelude ( (-), Integer, error )
import Prelude ( (-), Integer, fromInteger, error )
import Text.Show ( show )
-- from containers:
import qualified Data.Map as M ( toList )
Expand Down

0 comments on commit daddd5e

Please sign in to comment.