diff options
author | John MacFarlane <jgm@berkeley.edu> | 2015-10-24 21:17:05 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2015-10-24 21:17:05 -0700 |
commit | d355163b7dde92188c57298a6a47264a35a5d404 (patch) | |
tree | a0946b9316f1a791c73cff1316f79d2e4e727dd3 /osx | |
parent | aafccdb0bdf992d18d779df97dc2deca245dc6a7 (diff) | |
download | pandoc-d355163b7dde92188c57298a6a47264a35a5d404.tar.gz |
Changed path . to .. in deb/osx stack.yaml.
Diffstat (limited to 'osx')
-rw-r--r-- | osx/stack.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/osx/stack.yaml b/osx/stack.yaml index e7ce11752..674ebed2c 100644 --- a/osx/stack.yaml +++ b/osx/stack.yaml @@ -15,6 +15,6 @@ ghc-options: pandoc-citeproc: '-pgmP cpphs -optP--cpp' highlighting-kate: '-pgmP cpphs -optP--cpp' packages: -- '.' +- '..' - 'https://hackage.haskell.org/package/pandoc-citeproc-0.8.0.1/pandoc-citeproc-0.8.0.1.tar.gz' resolver: lts-3.10 |