diff options
author | John MacFarlane <jgm@berkeley.edu> | 2016-03-19 15:33:18 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2016-03-19 15:33:18 -0700 |
commit | 2e2298abf3d51050d0c04e5d6c544a8fe0905ecf (patch) | |
tree | d84c161cf88125b3e6b51ef586ee6d7222d8d809 | |
parent | ad3a7bfe4da0a2f67cc0dab6becd898daab6440a (diff) | |
download | pandoc-2e2298abf3d51050d0c04e5d6c544a8fe0905ecf.tar.gz |
Fixed typo in deb, osx stack.yaml.
-rw-r--r-- | deb/stack.yaml | 2 | ||||
-rw-r--r-- | osx/stack.yaml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/deb/stack.yaml b/deb/stack.yaml index 9fb3224bf..bf320c12f 100644 --- a/deb/stack.yaml +++ b/deb/stack.yaml @@ -13,7 +13,7 @@ flags: debug: false packages: - '..' -- 'https://hackage.haskell.org/package/pandoc-citeproc-0.9/pandoc-citeproc-0.9.1.1.tar.gz' +- 'https://hackage.haskell.org/package/pandoc-citeproc-0.9.1.1/pandoc-citeproc-0.9.1.1.tar.gz' extra-deps: - 'aeson-0.11.1.1' - 'texmath-0.8.5' diff --git a/osx/stack.yaml b/osx/stack.yaml index 25582216b..c29a7f45b 100644 --- a/osx/stack.yaml +++ b/osx/stack.yaml @@ -16,7 +16,7 @@ ghc-options: highlighting-kate: '-pgmP cpphs -optP--cpp' packages: - '..' -- 'https://hackage.haskell.org/package/pandoc-citeproc-0.9/pandoc-citeproc-0.9.1.1.tar.gz' +- 'https://hackage.haskell.org/package/pandoc-citeproc-0.9.1.1/pandoc-citeproc-0.9.1.1.tar.gz' extra-deps: - 'aeson-0.11.1.1' - 'texmath-0.8.5' |