aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2016-03-19 15:33:18 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2016-03-19 15:33:18 -0700
commit2e2298abf3d51050d0c04e5d6c544a8fe0905ecf (patch)
treed84c161cf88125b3e6b51ef586ee6d7222d8d809
parentad3a7bfe4da0a2f67cc0dab6becd898daab6440a (diff)
downloadpandoc-2e2298abf3d51050d0c04e5d6c544a8fe0905ecf.tar.gz
Fixed typo in deb, osx stack.yaml.
-rw-r--r--deb/stack.yaml2
-rw-r--r--osx/stack.yaml2
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'