dhall-lang / dhall-json

This repository has moved to https://github.com/dhall-lang/dhall-haskell/tree/master/dhall-json
BSD 3-Clause "New" or "Revised" License
65 stars 6 forks source link

Test suite does not compile with aeson-1.2.4.0 (Stackage LTS 11.22) #64

Closed skeuchel closed 5 years ago

skeuchel commented 5 years ago
[1 of 1] Compiling Main             ( tasty/Main.hs, dist-ghc/build/tasty/tasty-tmp/Main.o )

tasty/Main.hs:52:19: error:
    Not in scope: ‘Data.Aeson.eitherDecodeFileStrict’
    Perhaps you meant one of these:
      ‘Data.Aeson.eitherDecodeStrict’ (imported from Data.Aeson),
      ‘Data.Aeson.eitherDecodeStrict'’ (imported from Data.Aeson)
    Module ‘Data.Aeson’ does not export ‘eitherDecodeFileStrict’.

eitherDecodeFileStrict was added in aeson-1.3.0.0