diff options
author | John MacFarlane <jgm@Johns-MacBook-Pro.local> | 2015-12-01 22:55:42 -0800 |
---|---|---|
committer | John MacFarlane <jgm@Johns-MacBook-Pro.local> | 2015-12-01 22:55:42 -0800 |
commit | ad6578f6732a397a453249a5b66e1c5f63a6d847 (patch) | |
tree | 890f483b97572122dd387ca577dd0bcd9074aeea | |
parent | 622f09617e7ecac86024a0e63f4371112e315e2e (diff) | |
download | pandoc-ad6578f6732a397a453249a5b66e1c5f63a6d847.tar.gz |
Use lts-3.16.
-rw-r--r-- | deb/stack.yaml | 2 | ||||
-rw-r--r-- | osx/stack.yaml | 2 | ||||
-rw-r--r-- | stack.full.yaml | 2 | ||||
-rw-r--r-- | stack.yaml | 2 | ||||
-rw-r--r-- | windows/stack.yaml | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/deb/stack.yaml b/deb/stack.yaml index b4ee36157..4b8f191dd 100644 --- a/deb/stack.yaml +++ b/deb/stack.yaml @@ -14,4 +14,4 @@ flags: packages: - '..' - 'https://hackage.haskell.org/package/pandoc-citeproc-0.8.1.3/pandoc-citeproc-0.8.1.3.tar.gz' -resolver: lts-3.13 +resolver: lts-3.16 diff --git a/osx/stack.yaml b/osx/stack.yaml index 71af73661..19ce8482d 100644 --- a/osx/stack.yaml +++ b/osx/stack.yaml @@ -17,4 +17,4 @@ ghc-options: packages: - '..' - 'https://hackage.haskell.org/package/pandoc-citeproc-0.8.1.3/pandoc-citeproc-0.8.1.3.tar.gz' -resolver: lts-3.13 +resolver: lts-3.16 diff --git a/stack.full.yaml b/stack.full.yaml index c73d2468e..d149755bd 100644 --- a/stack.full.yaml +++ b/stack.full.yaml @@ -13,4 +13,4 @@ packages: - '../pandoc-types' - '../texmath' extra-deps: [] -resolver: lts-3.13 +resolver: lts-3.16 diff --git a/stack.yaml b/stack.yaml index 9f5838c6f..1743ddd36 100644 --- a/stack.yaml +++ b/stack.yaml @@ -16,4 +16,4 @@ packages: commit: a716e9b5d8c1634847db2c1119e60836634569bf extra-dep: true extra-deps: [] -resolver: lts-3.13 +resolver: lts-3.16 diff --git a/windows/stack.yaml b/windows/stack.yaml index 4a00e2d38..b5f33c933 100644 --- a/windows/stack.yaml +++ b/windows/stack.yaml @@ -16,4 +16,4 @@ packages: - '../../pandoc-citeproc' extra-deps: - 'hsb2hs-0.3.1' -resolver: lts-3.13 +resolver: lts-3.16 |