Added stack.lts9.yaml for building with lts 9 and ghc 8.0.2.
This commit is contained in:
parent
62bc894f9e
commit
c715fa7875
1 changed files with 28 additions and 0 deletions
28
stack.lts9.yaml
Normal file
28
stack.lts9.yaml
Normal file
|
@ -0,0 +1,28 @@
|
|||
flags:
|
||||
pandoc:
|
||||
trypandoc: false
|
||||
embed_data_files: true
|
||||
old-locale: false
|
||||
network-uri: true
|
||||
pandoc-citeproc:
|
||||
bibutils: true
|
||||
embed_data_files: true
|
||||
unicode_collation: false
|
||||
test_citeproc: false
|
||||
debug: false
|
||||
packages:
|
||||
- '.'
|
||||
extra-deps:
|
||||
- pandoc-types-1.17.3
|
||||
- hslua-0.9.3
|
||||
- hslua-module-text-0.1.2
|
||||
- skylighting-0.5
|
||||
- texmath-0.10.1
|
||||
- cmark-gfm-0.1.1
|
||||
- QuickCheck-2.10.0.1
|
||||
- tasty-quickcheck-0.9.1
|
||||
- doctemplates-0.2.1
|
||||
- haddock-library-1.4.3
|
||||
- tagsoup-0.14.2
|
||||
- pandoc-citeproc-0.12.2
|
||||
resolver: lts-9.14
|
Loading…
Reference in a new issue