stack.yaml : use 3.10 resolver.
This commit is contained in:
parent
7f5a677bbf
commit
ea8da02cc7
2 changed files with 2 additions and 4 deletions
|
@ -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
|
||||
|
|
|
@ -8,4 +8,4 @@ flags:
|
|||
packages:
|
||||
- '.'
|
||||
extra-deps: []
|
||||
resolver: lts-3.9
|
||||
resolver: lts-3.10
|
||||
|
|
Loading…
Add table
Reference in a new issue