MattWindsor91 / travesty

Haskell-style container traversability and state monads for Core
https://MattWindsor91.github.io/travesty
MIT License
10 stars 1 forks source link

Support OCaml 4.09 #11

Closed MattWindsor91 closed 4 years ago

MattWindsor91 commented 5 years ago

While I'm still on 4.08 after being burned by the transition from 4.07 to 4.08, it should probably be the case that travesty works on 4.09.

Currently it rejects 4.09 in the opam manifest, so the first step would be to see if it can build on 4.09, weaken the manifest if possible, and cry in a corner and await the necessary upstream churn if not.

MattWindsor91 commented 4 years ago

Argh, I knew there was something I forgot to do this weekend…

MattWindsor91 commented 4 years ago

It looks like Travesty is ok with OCaml 4.09 and 4.10 now, so closing. (4.11 will probably be the next time it goes wrong.)