mirror of
https://github.com/jgm/pandoc.git
synced 2026-08-29 01:41:20 +08:00
Small changes in debian package creation.
Use more recent resolver, no longer need custom stack.yaml for hsb2hs
This commit is contained in:
+1
-2
@@ -19,8 +19,7 @@ TEMPDIR=make_binary_package.tmp.$$
|
||||
# We need this for hsb2hs:
|
||||
PATH=$LOCAL/bin:$PATH
|
||||
|
||||
which hsb2hs || stack install --install-ghc --stack-yaml stack.hsb2hs.yaml
|
||||
|
||||
stack install --install-ghc --stack-yaml deb/stack.yaml --local-bin-path . hsb2hs
|
||||
stack install --install-ghc --stack-yaml deb/stack.yaml --local-bin-path . pandoc pandoc-citeproc
|
||||
|
||||
make man/pandoc.1
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
packages:
|
||||
- 'https://hackage.haskell.org/package/preprocessor-tools-1.0.1/preprocessor-tools-1.0.1.tar.gz'
|
||||
- 'https://hackage.haskell.org/package/hsb2hs-0.3.1/hsb2hs-0.3.1.tar.gz'
|
||||
resolver: lts-4.0
|
||||
resolver: lts-6.5
|
||||
|
||||
Reference in New Issue
Block a user