migamake / json-autotype

Automatic Haskell type inference from JSON input
149 stars 23 forks source link

Build failure on GHC 7.8 #5

Closed snoyberg closed 9 years ago

snoyberg commented 9 years ago
Data/Aeson/AutoType/Format.hs:169:53:
    Not in scope: ‘<$>’
    Perhaps you meant one of these:
      ‘<.>’ (imported from Control.Lens),
      ‘<&>’ (imported from Control.Lens)

Data/Aeson/AutoType/Format.hs:172:87:
    Not in scope: ‘<$>’
    Perhaps you meant one of these:
      ‘<.>’ (imported from Control.Lens),
      ‘<&>’ (imported from Control.Lens)
[9 of 9] Compiling Data.Aeson.AutoType.Plugin.Subtype ( Data/Aeson/AutoType/Plugin/Subtype.hs, dist/build/Data/Aeson/AutoType/Plugin/Subtype.o )
mgajda commented 9 years ago

Thanks, should be fixed as of 0.4. See: https://travis-ci.org/mgajda/json-autotype/jobs/57131543

snoyberg commented 9 years ago

I'm reproducing this on GHC 7.8.4.

snoyberg commented 9 years ago

To clarify: with json-autotype-0.4 from Hackage.

mgajda commented 9 years ago

Ok, will fix it today.

mgajda commented 9 years ago

Ok, made a wrong upload.

mgajda commented 9 years ago

Now builds correctly with both 7.8 and 7.6.