Skip to content

Commit

Permalink
Fix test suite compilation on GHC 7.4 & 7.6
Browse files Browse the repository at this point in the history
  • Loading branch information
bergmark committed Oct 29, 2016
1 parent bd76aa1 commit adf9657
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/UnitTests.hs
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ import Data.Aeson.TH (deriveJSON, deriveToJSON, deriveToJSON1)
import Data.Aeson.Text (encodeToTextBuilder)
import Data.Aeson.Types (Options(..), SumEncoding(..), ToJSON(..), Value, camelTo, camelTo2, defaultOptions, omitNothingFields)
import Data.Char (toUpper)
import Data.Either (isLeft, isRight)
import Data.Either.Compat (isLeft, isRight)
import Data.Fixed (Pico)
import Data.Functor.Compose (Compose(..))
import Data.Functor.Identity (Identity(..))
Expand Down

0 comments on commit adf9657

Please sign in to comment.