migamake / json-autotype

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

Raise lens upper bound to use current 4.9 #4

Closed FranklinChen closed 9 years ago

FranklinChen commented 9 years ago

Use lens 4.9 https://github.com/ekmett/lens/commit/2c32b945417be57813578124387136a41377d08a in order to not break other libraries that have upgraded to primitive 0.6 https://github.com/haskell/primitive/commit/c46bb077c2042e2765510c87539569d4f6b0bcc0

mgajda commented 9 years ago

This version was not released on Hackage yet.

FranklinChen commented 9 years ago

Oops, I should have said that, to avoid confusion.

mgajda commented 9 years ago

Version constraint has been relaxed in the current release candidate (0.4).