diff options
author | John MacFarlane <jgm@berkeley.edu> | 2016-10-17 13:48:20 +0200 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2016-10-17 13:48:20 +0200 |
commit | 15902b31abc7c2cd5275028cbeec8ff204b5f91c (patch) | |
tree | e743d1000b5250030a3bc6a0b55634c9c2e6f22f | |
parent | e298dc206541ccc5150403e6ab4d4dbc40790791 (diff) | |
download | pandoc-15902b31abc7c2cd5275028cbeec8ff204b5f91c.tar.gz |
Try travis build with latest dev pandoc-types.
-rw-r--r-- | stack.yaml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/stack.yaml b/stack.yaml index 0a7ec43c8..28ab11036 100644 --- a/stack.yaml +++ b/stack.yaml @@ -7,8 +7,11 @@ flags: network-uri: true packages: - '.' +- location: + git: https://github.com/jgm/pandoc-types.git + commit: 7a8482efc2f8627fe83a2ad2a306961483b25011 extra-deps: - doctemplates-0.1.0.2 - texmath-0.8.6.6 -- pandoc-types-1.17.0.1 +#- pandoc-types-1.17.0.1 resolver: lts-7.2 |