diff options
author | John MacFarlane <jgm@berkeley.edu> | 2017-03-20 16:03:24 +0100 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2017-03-20 16:03:24 +0100 |
commit | ba3f3653e9ee11a81aff329325f0bfaeb05fcd6a (patch) | |
tree | d6d8cbea8c390b8309fa915e7e12fcf18049620e | |
parent | 757edd052532f3912419f036af18cac6e056c7e0 (diff) | |
download | pandoc-ba3f3653e9ee11a81aff329325f0bfaeb05fcd6a.tar.gz |
Added hslua-aeson to stack.yamls.
-rw-r--r-- | stack.full.yaml | 4 | ||||
-rw-r--r-- | stack.pkg.yaml | 1 |
2 files changed, 4 insertions, 1 deletions
diff --git a/stack.full.yaml b/stack.full.yaml index e00623261..44d5afe5a 100644 --- a/stack.full.yaml +++ b/stack.full.yaml @@ -22,4 +22,6 @@ packages: - '../texmath' extra-deps: - doctemplates-0.1.0.2 -resolver: lts-7.5 +- skylighting-0.3.1 +- hslua-aeson-0.1.0.2 +resolver: lts-8.4 diff --git a/stack.pkg.yaml b/stack.pkg.yaml index 50bc1daec..01217744e 100644 --- a/stack.pkg.yaml +++ b/stack.pkg.yaml @@ -18,6 +18,7 @@ packages: commit: a824c8f3187302cad0fb815471499a18857ecc38 extra-dep: false extra-deps: +- hslua-aeson-0.1.0.2 - skylighting-0.3.1 - texmath-0.9.3 resolver: lts-8.4 |