diff options
-rw-r--r-- | stack.yaml | 4 | ||||
-rw-r--r-- | windows/stack.yaml | 4 |
2 files changed, 2 insertions, 6 deletions
diff --git a/stack.yaml b/stack.yaml index 3316d827e..b3fac5247 100644 --- a/stack.yaml +++ b/stack.yaml @@ -7,10 +7,8 @@ flags: network-uri: true packages: - '.' -- location: - git: https://github.com/jgm/texmath.git - commit: 716614e6854a0a25f630896b247d9ff9b55e1995 extra-deps: +- texmath-0.9 - doctemplates-0.1.0.2 - pandoc-types-1.17.0.4 resolver: lts-7.9 diff --git a/windows/stack.yaml b/windows/stack.yaml index 0362446ec..44a6a74f9 100644 --- a/windows/stack.yaml +++ b/windows/stack.yaml @@ -16,10 +16,8 @@ packages: - location: git: https://github.com/jgm/pandoc-citeproc.git commit: b48cd833dd2356581d86d952d32fb14361ea79c4 -- location: - git: https://github.com/jgm/texmath.git - commit: 716614e6854a0a25f630896b247d9ff9b55e1995 extra-deps: +- texmath-0.9 - doctemplates-0.1.0.2 - pandoc-types-1.17.0.4 resolver: lts-7.9 |