Skip to content

Commit ea89b71

Browse files
committed
attempt with higher memory limit for ghc
1 parent 744b35d commit ea89b71

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

image/Dockerfile

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -41,26 +41,26 @@ RUN echo "Initial update." &&\
4141
echo "Getting the newest list of cabal packages." &&\
4242
cabal update &&\
4343
echo "Installing QuickCheck via cabal." &&\
44-
cabal install --ghc-options='+RTS -M1G -RTS' \
44+
cabal install --ghc-options='+RTS -M2G -RTS' \
4545
--lib \
4646
QuickCheck &&\
4747
echo "Installing pandoc via cabal." &&\
48-
cabal install --ghc-options='+RTS -M1G -RTS' \
48+
cabal install --ghc-options='+RTS -M2G -RTS' \
4949
--allow-newer=base \
5050
pandoc &&\
5151
echo "Installing pandoc-citeproc via cabal." &&\
52-
cabal install --ghc-options='+RTS -M1G -RTS' \
52+
cabal install --ghc-options='+RTS -M2G -RTS' \
5353
--allow-newer=base \
5454
pandoc-citeproc &&\
5555
echo "Installing pandoc-citeproc-preamble via cabal." &&\
56-
cabal install --ghc-options='+RTS -M1G -RTS' \
56+
cabal install --ghc-options='+RTS -M2G -RTS' \
5757
--allow-newer=base \
5858
pandoc-citeproc-preamble &&\
5959
echo "Installing pandoc-crossref via cabal." &&\
60-
cabal install --ghc-options='+RTS -M1G -RTS' \
60+
cabal install --ghc-options='+RTS -M2G -RTS' \
6161
pandoc-crossref &&\
6262
echo "Installing latex-formulae-pandoc via cabal." &&\
63-
cabal install --ghc-options='+RTS -M1G -RTS' \
63+
cabal install --ghc-options='+RTS -M2G -RTS' \
6464
--allow-newer=base \
6565
--allow-newer=QuickCheck \
6666
latex-formulae-pandoc &&\

0 commit comments

Comments
 (0)