rtfeldman / elm-validate

Convenience functions for validating Elm data.
http://package.elm-lang.org/packages/rtfeldman/elm-validate/latest
BSD 3-Clause "New" or "Revised" License
145 stars 28 forks source link

Compatibility with Elm 0.17 #6

Closed alltonp closed 8 years ago

alltonp commented 8 years ago

Hi,

This looks handy, I'd written something similar but yours is much nicer.

When I try to include it in an Elm 0.17 project I get "Unable to find a set of packages that will work with your constraints". Am I doing it wrong, or does it not work with 0.17?

Many thanks,

Paul

abadi199 commented 8 years ago

@rtfeldman Are you planning to maintain this package? I have a PR #5 to make this package works for 0.17. If not, perhaps we can move this to http://github.com/elm-community?

rtfeldman commented 8 years ago

Yep, just don't have notifications turned on. Thanks for the PR, and sorry for the delay!

1.1.2 is updated for 0.17 thanks to @abadi199, so @alltonp if you try again, it should work now. 😄