stack.yaml : use 3.10 resolver.

This commit is contained in:
John MacFarlane 2015-10-18 11:30:45 -07:00
parent 7f5a677bbf
commit ea8da02cc7
2 changed files with 2 additions and 4 deletions

View file

@ -16,7 +16,5 @@ ghc-options:
highlighting-kate: '-pgmP cpphs -optP--cpp'
packages:
- '.'
- 'https://hackage.haskell.org/package/highlighting-kate-0.6/highlighting-kate-0.6.tar.gz'
- 'https://hackage.haskell.org/package/texmath-0.8.4/texmath-0.8.4.tar.gz'
- 'https://hackage.haskell.org/package/pandoc-citeproc-0.8.0.1/pandoc-citeproc-0.8.0.1.tar.gz'
resolver: lts-3.9
resolver: lts-3.10

View file

@ -8,4 +8,4 @@ flags:
packages:
- '.'
extra-deps: []
resolver: lts-3.9
resolver: lts-3.10