Use lts-12 for stack.yaml, add stack.lts11.yaml.
Also adjusted some minor versions in extra-deps.
This commit is contained in:
parent
b153d028ee
commit
f7485f8850
4 changed files with 27 additions and 9 deletions
|
@ -17,10 +17,10 @@ extra-deps:
|
|||
- ansi-terminal-0.8.0.2
|
||||
- tasty-1.0.1.1
|
||||
- test-framework-0.8.2.0
|
||||
- pandoc-types-1.17.5
|
||||
- pandoc-types-1.17.5.1
|
||||
- cmark-gfm-0.1.3
|
||||
- hslua-module-text-0.1.2.1
|
||||
- texmath-0.11
|
||||
- texmath-0.11.0.1
|
||||
- haddock-library-1.6.0
|
||||
- HsYAML-0.1.1.1
|
||||
- text-1.2.3.0
|
||||
|
|
22
stack.lts11.yaml
Normal file
22
stack.lts11.yaml
Normal file
|
@ -0,0 +1,22 @@
|
|||
flags:
|
||||
pandoc:
|
||||
trypandoc: false
|
||||
embed_data_files: true
|
||||
pandoc-citeproc:
|
||||
bibutils: true
|
||||
embed_data_files: true
|
||||
unicode_collation: false
|
||||
test_citeproc: false
|
||||
debug: false
|
||||
packages:
|
||||
- '.'
|
||||
extra-deps:
|
||||
- skylighting-0.7.2
|
||||
- skylighting-core-0.7.2
|
||||
- pandoc-types-1.17.5.1
|
||||
- texmath-0.11.0.1
|
||||
- haddock-library-1.6.0
|
||||
- HsYAML-0.1.1.1
|
||||
ghc-options:
|
||||
"$locals": -fhide-source-paths -XNoImplicitPrelude
|
||||
resolver: lts-11.17
|
|
@ -24,9 +24,9 @@ extra-deps:
|
|||
- hs-bibutils-6.2.0.1
|
||||
- pandoc-citeproc-0.14.3.1
|
||||
- tagsoup-0.14.6
|
||||
- pandoc-types-1.17.5
|
||||
- pandoc-types-1.17.5.1
|
||||
- haddock-library-1.6.0
|
||||
- texmath-0.11
|
||||
- texmath-0.11.0.1
|
||||
- HsYAML-0.1.1.1
|
||||
- text-1.2.3.0
|
||||
resolver: lts-9.14
|
||||
|
|
|
@ -11,12 +11,8 @@ flags:
|
|||
packages:
|
||||
- '.'
|
||||
extra-deps:
|
||||
- skylighting-0.7.2
|
||||
- skylighting-core-0.7.2
|
||||
- pandoc-types-1.17.5
|
||||
- texmath-0.11
|
||||
- haddock-library-1.6.0
|
||||
- HsYAML-0.1.1.1
|
||||
ghc-options:
|
||||
"$locals": -fhide-source-paths -XNoImplicitPrelude
|
||||
resolver: lts-11.17
|
||||
resolver: lts-12.0
|
||||
|
|
Loading…
Reference in a new issue