aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2015-11-28 17:36:05 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2015-11-28 17:36:05 -0800
commit5c45a43399536e44d6a53db15e3344912412a32b (patch)
tree35f4120308521a572fdc894414b902b688309d02
parent6d91fb25639c6ac985d15c7112e009533d06e5f2 (diff)
downloadpandoc-5c45a43399536e44d6a53db15e3344912412a32b.tar.gz
stack.full.yaml - use local versions of everything.
-rw-r--r--Makefile3
-rw-r--r--stack.full.yaml12
2 files changed, 6 insertions, 9 deletions
diff --git a/Makefile b/Makefile
index 5dfb5565b..635ff18a2 100644
--- a/Makefile
+++ b/Makefile
@@ -30,6 +30,9 @@ install: full
cabal copy
cabal register
+stack:
+ stack install --test --stack-yaml stack.full.yaml
+
dist: man/pandoc.1
cabal sdist
rm -rf "pandoc-${version}"
diff --git a/stack.full.yaml b/stack.full.yaml
index aaeb0f939..c73d2468e 100644
--- a/stack.full.yaml
+++ b/stack.full.yaml
@@ -9,14 +9,8 @@ flags:
network-uri: true
packages:
- '.'
-- './pandoc-citeproc'
-- location:
- git: 'https://github.com/jgm/pandoc-types'
- commit: c64eb383dce64396290aa815351ddb6e43cb6b0f
- extra-dep: true
-- location:
- git: 'https://github.com/jgm/texmath'
- commit: a716e9b5d8c1634847db2c1119e60836634569bf
- extra-dep: true
+- '../pandoc-citeproc'
+- '../pandoc-types'
+- '../texmath'
extra-deps: []
resolver: lts-3.13