ChrisPenner / rasa

Extremely modular text editor built in Haskell
GNU General Public License v3.0
614 stars 42 forks source link

Update stack.yaml lts #55

Closed maackle closed 6 years ago

maackle commented 6 years ago

After running into issue #53 while attempting stack build, I stumbled upon the fact that lts-7.11 corresponds with ghc 8.01 which seems unsupported now. This change to stack.yaml allowed me to build.

I had to bump recursion-schemes also to get it working, the difference seems to be a change to its template-haskell version dependency.

ChrisPenner commented 6 years ago

Thanks for tracking this down!