diff options
author | John MacFarlane <jgm@berkeley.edu> | 2018-07-13 10:54:21 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2018-07-13 10:54:21 -0700 |
commit | 71e55f520e19b2b27da9c0059f6751330eb68a78 (patch) | |
tree | d98acb2a9d7bd4d81fa92c9049f4adda89cdb6dc | |
parent | d6cbc7ba378d8725d37303f9d07167d751fca6af (diff) | |
download | pandoc-71e55f520e19b2b27da9c0059f6751330eb68a78.tar.gz |
Use latest network.
Hopefully this will build on Windows.
See https://ci.appveyor.com/project/jgm/pandoc/build/1.0.2625/job/tfpvh7rxue26phoq
-rw-r--r-- | stack.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/stack.yaml b/stack.yaml index 9e4e0cca9..dd31c6cac 100644 --- a/stack.yaml +++ b/stack.yaml @@ -14,6 +14,7 @@ extra-deps: - pandoc-citeproc-0.14.3.1 - haddock-library-1.6.0 - HsYAML-0.1.1.1 +- network-2.7.0.2 ghc-options: "$locals": -fhide-source-paths -XNoImplicitPrelude resolver: lts-12.0 |