valderman / haste-compiler

A GHC-based Haskell to JavaScript compiler
http://haste-lang.org
BSD 3-Clause "New" or "Revised" License
1.45k stars 109 forks source link

Relax upper bound on cryptonite version #407

Closed 17dec closed 7 years ago

17dec commented 7 years ago

lts-6.31 comes with cryptonite-0.21, which works just fine with haste-compiler.

From what I can see most of the recent cryptonite releases don't break backwards compatibility, so I figured the version dependency could be upped to the next major version. (Optimistically hoping that they do perform a major version bump on compat breakage)

This is the last change needed to make haste-compiler work on lts-6.31. I can provide an updated stack.yaml file to reflect this if you're interested.

valderman commented 7 years ago

There's some weird build issue going on with this, but it looks more like a Travis issue than a genuine problem.