diff options
-rw-r--r-- | deb/stack.yaml | 4 | ||||
-rw-r--r-- | osx/stack.yaml | 6 | ||||
-rw-r--r-- | stack.full.yaml | 5 | ||||
-rw-r--r-- | stack.yaml | 5 | ||||
-rw-r--r-- | windows/stack.yaml | 3 |
5 files changed, 10 insertions, 13 deletions
diff --git a/deb/stack.yaml b/deb/stack.yaml index 503eba000..f8e6d148a 100644 --- a/deb/stack.yaml +++ b/deb/stack.yaml @@ -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 diff --git a/osx/stack.yaml b/osx/stack.yaml index 2752f86de..207649c64 100644 --- a/osx/stack.yaml +++ b/osx/stack.yaml @@ -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 diff --git a/stack.full.yaml b/stack.full.yaml index 52c763de2..13e34d1f5 100644 --- a/stack.full.yaml +++ b/stack.full.yaml @@ -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 diff --git a/stack.yaml b/stack.yaml index 5b9480a2c..83f580fda 100644 --- a/stack.yaml +++ b/stack.yaml @@ -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 diff --git a/windows/stack.yaml b/windows/stack.yaml index 8fd09b2a2..167101f4a 100644 --- a/windows/stack.yaml +++ b/windows/stack.yaml @@ -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 |