Updated to lts-5.2 resolver, aeson 0.11 in stack.yaml.
This commit is contained in:
parent
e552a14bf9
commit
522f8f3b47
5 changed files with 9 additions and 23 deletions
|
@ -15,8 +15,5 @@ packages:
|
|||
- '..'
|
||||
- 'https://hackage.haskell.org/package/pandoc-citeproc-0.9/pandoc-citeproc-0.9.tar.gz'
|
||||
extra-deps:
|
||||
- 'cmark-0.5.0'
|
||||
- 'pandoc-types-1.16.0.1'
|
||||
# Use older aeson to avoid excessive memory use in compilation:
|
||||
- 'aeson-0.8.0.2'
|
||||
resolver: lts-4.0
|
||||
- 'aeson-0.11'
|
||||
resolver: lts-5.2
|
||||
|
|
|
@ -18,8 +18,5 @@ packages:
|
|||
- '..'
|
||||
- 'https://hackage.haskell.org/package/pandoc-citeproc-0.9/pandoc-citeproc-0.9.tar.gz'
|
||||
extra-deps:
|
||||
- 'cmark-0.5.0'
|
||||
- 'pandoc-types-1.16.0.1'
|
||||
# Use older aeson to avoid excessive memory use in compilation:
|
||||
- 'aeson-0.8.0.2'
|
||||
resolver: lts-4.0
|
||||
- 'aeson-0.11'
|
||||
resolver: lts-5.2
|
||||
|
|
|
@ -13,7 +13,5 @@ packages:
|
|||
- '../pandoc-types'
|
||||
- '../texmath'
|
||||
extra-deps:
|
||||
- 'cmark-0.5.0'
|
||||
# Use older aeson to avoid excessive memory use in compilation:
|
||||
- 'aeson-0.8.0.2'
|
||||
resolver: lts-4.0
|
||||
- 'aeson-0.11'
|
||||
resolver: lts-5.2
|
||||
|
|
|
@ -8,9 +8,5 @@ flags:
|
|||
packages:
|
||||
- '.'
|
||||
extra-deps:
|
||||
- 'cmark-0.5.1'
|
||||
- 'pandoc-citeproc-0.9'
|
||||
- 'pandoc-types-1.16.0.1'
|
||||
# Use older aeson to avoid excessive memory use in compilation:
|
||||
- 'aeson-0.8.0.2'
|
||||
resolver: lts-4.0
|
||||
- 'aeson-0.11'
|
||||
resolver: lts-5.2
|
||||
|
|
|
@ -15,7 +15,5 @@ packages:
|
|||
- '..'
|
||||
- '../../pandoc-citeproc'
|
||||
extra-deps:
|
||||
- 'cmark-0.5.0'
|
||||
- 'hsb2hs-0.3.1'
|
||||
- 'pandoc-types-1.16.0.1'
|
||||
resolver: lts-3.20
|
||||
resolver: lts-5.2
|
||||
|
|
Loading…
Add table
Reference in a new issue