stack.yaml - use simpler extra-deps field.
This commit is contained in:
parent
b27783e2ec
commit
a2fa46065d
5 changed files with 10 additions and 13 deletions
|
@ -14,6 +14,6 @@ flags:
|
|||
packages:
|
||||
- '..'
|
||||
- 'https://hackage.haskell.org/package/pandoc-citeproc-0.8.1.3/pandoc-citeproc-0.8.1.3.tar.gz'
|
||||
- location: 'https://hackage.haskell.org/package/cmark-0.5.0/cmark-0.5.0.tar.gz'
|
||||
extra-dep: true
|
||||
extra-deps:
|
||||
- 'cmark-0.5.0'
|
||||
resolver: lts-3.18
|
||||
|
|
|
@ -16,7 +16,7 @@ ghc-options:
|
|||
highlighting-kate: '-pgmP cpphs -optP--cpp'
|
||||
packages:
|
||||
- '..'
|
||||
- 'https://hackage.haskell.org/package/pandoc-citeproc-0.8.1.3/pandoc-citeproc-0.8.1.3.tar.gz'
|
||||
- location: 'https://hackage.haskell.org/package/cmark-0.5.0/cmark-0.5.0.tar.gz'
|
||||
extra-dep: true
|
||||
extra-deps:
|
||||
- 'cmark-0.5.0'
|
||||
- 'pandoc-citeproc-0.8.1.3'
|
||||
resolver: lts-3.18
|
||||
|
|
|
@ -12,7 +12,6 @@ packages:
|
|||
- '../pandoc-citeproc'
|
||||
- '../pandoc-types'
|
||||
- '../texmath'
|
||||
- location: 'https://hackage.haskell.org/package/cmark-0.5.0/cmark-0.5.0.tar.gz'
|
||||
extra-dep: true
|
||||
extra-deps: []
|
||||
extra-deps:
|
||||
- 'cmark-0.5.0'
|
||||
resolver: lts-3.18
|
||||
|
|
|
@ -11,7 +11,6 @@ packages:
|
|||
git: 'https://github.com/jgm/pandoc-types'
|
||||
commit: 7b471a3d129efd8155f6cdcb2f2b58b5605df0fc
|
||||
extra-dep: true
|
||||
- location: 'https://hackage.haskell.org/package/cmark-0.5.0/cmark-0.5.0.tar.gz'
|
||||
extra-dep: true
|
||||
extra-deps: []
|
||||
extra-deps:
|
||||
- 'cmark-0.5.0'
|
||||
resolver: lts-3.18
|
||||
|
|
|
@ -18,8 +18,7 @@ packages:
|
|||
git: 'https://github.com/jgm/pandoc-types'
|
||||
commit: 7b471a3d129efd8155f6cdcb2f2b58b5605df0fc
|
||||
extra-dep: true
|
||||
- location: 'https://hackage.haskell.org/package/cmark-0.5.0/cmark-0.5.0.tar.gz'
|
||||
extra-dep: true
|
||||
extra-deps:
|
||||
- 'cmark-0.5.0'
|
||||
- 'hsb2hs-0.3.1'
|
||||
resolver: lts-3.18
|
||||
|
|
Loading…
Add table
Reference in a new issue