TheSeamau5 / elm-check

Property Based Testing in Elm
70 stars 20 forks source link

Bump elm-html version to 4.0.0 #27

Closed rtfeldman closed 9 years ago

rtfeldman commented 9 years ago

Alleviates the pain of https://github.com/TheSeamau5/elm-check/issues/26 for the time being, but long-term recommend the-term fix described in that issue. :smile:

rtfeldman commented 9 years ago

Thanks for the quick turnaround @TheSeamau5! I don't know if you were already planning this, but would you be ok with publishing a quick 3.2.1 release so we can unblock our tests with this? :smile_cat:

ThomasWeiser commented 9 years ago

Run into the same problem.

BTW, any reason for not using this weaker constraint?

"evancz/elm-html": "3.0.0 <= v < 5.0.0"