Closed Bill-Costa closed 7 years ago
Sorry for the delay. I have some spare time tonight, so hopefully I'll have an updated package out soon.
In case you want to try to beat me to it, I suspect you can just add
- texmath-0.9.1
to the extra-deps
in stack.yml
, and rebuild. I believe it's the same reason why doctemplates-x.y.z
is in the extra-deps
: neither package is in the default LTS resolver, so if we want to use newer versions (or build with packages that require newer versions) we need to tell Stack how to resolve the dependencies so that it can guarantee reproducible builds.
I believe the newly released version 0.19.0 fixes the issue. It should also build cleanly if you're using Stack or Homebrew.
The building v0.19 works. Thanks!
Installed the latest Pandoc from binary package:
Downloaded latest version of stack and GHC. Downloaded panoc-sidenote and updated the stack.yaml to reflect the pandoc version:
Then:
Using Mac OS X El Capitan (v10.11.6)