valderman / haste-compiler

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

Fix for building latest with stack #419

Open mbrodersen opened 6 years ago

mbrodersen commented 6 years ago

There is a dependency version problem building latest haste (0.6.0) using stack (on Ubuntu 16.04). Adding:

allow-newer: true

to stack.yaml => it builds OK.