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.
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.