diff options
| author | John MacFarlane <jgm@berkeley.edu> | 2016-06-04 08:02:03 -0700 |
|---|---|---|
| committer | John MacFarlane <jgm@berkeley.edu> | 2016-06-04 08:02:03 -0700 |
| commit | 6f9f790ae82564631f94db44d321cb424bd6f528 (patch) | |
| tree | 44161f49b90f47c6a3c4a08849e852a471bf9d19 /deb/stack.yaml | |
| parent | 95503a5200f25aef947ee215dde72c327f60fc5e (diff) | |
deb pkg: use --local-bin-path so we don't install to ~/.local.
Diffstat (limited to 'deb/stack.yaml')
| -rw-r--r-- | deb/stack.yaml | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/deb/stack.yaml b/deb/stack.yaml index bf320c12f..0fd8917ae 100644 --- a/deb/stack.yaml +++ b/deb/stack.yaml @@ -13,9 +13,8 @@ flags: debug: false packages: - '..' -- 'https://hackage.haskell.org/package/pandoc-citeproc-0.9.1.1/pandoc-citeproc-0.9.1.1.tar.gz' extra-deps: -- 'aeson-0.11.1.1' -- 'texmath-0.8.5' -- 'highlighting-kate-0.6.2' -resolver: lts-5.8 +- data-default-0.6.0 +- data-default-instances-base-0.1.0 +- pandoc-citeproc-0.9.1.1 +resolver: lts-6.1 |
