File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -41,26 +41,26 @@ RUN echo "Initial update." &&\
41
41
echo "Getting the newest list of cabal packages." &&\
42
42
cabal update &&\
43
43
echo "Installing QuickCheck via cabal." &&\
44
- cabal install --ghc-options='+RTS -M1G -RTS' \
44
+ cabal install --ghc-options='+RTS -M2G -RTS' \
45
45
--lib \
46
46
QuickCheck &&\
47
47
echo "Installing pandoc via cabal." &&\
48
- cabal install --ghc-options='+RTS -M1G -RTS' \
48
+ cabal install --ghc-options='+RTS -M2G -RTS' \
49
49
--allow-newer=base \
50
50
pandoc &&\
51
51
echo "Installing pandoc-citeproc via cabal." &&\
52
- cabal install --ghc-options='+RTS -M1G -RTS' \
52
+ cabal install --ghc-options='+RTS -M2G -RTS' \
53
53
--allow-newer=base \
54
54
pandoc-citeproc &&\
55
55
echo "Installing pandoc-citeproc-preamble via cabal." &&\
56
- cabal install --ghc-options='+RTS -M1G -RTS' \
56
+ cabal install --ghc-options='+RTS -M2G -RTS' \
57
57
--allow-newer=base \
58
58
pandoc-citeproc-preamble &&\
59
59
echo "Installing pandoc-crossref via cabal." &&\
60
- cabal install --ghc-options='+RTS -M1G -RTS' \
60
+ cabal install --ghc-options='+RTS -M2G -RTS' \
61
61
pandoc-crossref &&\
62
62
echo "Installing latex-formulae-pandoc via cabal." &&\
63
- cabal install --ghc-options='+RTS -M1G -RTS' \
63
+ cabal install --ghc-options='+RTS -M2G -RTS' \
64
64
--allow-newer=base \
65
65
--allow-newer=QuickCheck \
66
66
latex-formulae-pandoc &&\
You can’t perform that action at this time.
0 commit comments