File tree Expand file tree Collapse file tree 2 files changed +6
-7
lines changed
Expand file tree Collapse file tree 2 files changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -44,6 +44,8 @@ RUN which ghc && \
4444 cabal --version && \
4545 ghc-pkg list
4646
47+ RUN cabal install alex happy
48+ RUN cabal install cpphs gtk2hs-buildtools
4749RUN cabal install array \
4850 async \
4951 attoparsec \
@@ -93,11 +95,8 @@ RUN cabal install array \
9395 unordered-containers \
9496 vector \
9597 xhtml \
96- zlib \
97- cpphs \
98- gtk2hs-buildtools
98+ zlib
9999
100-
101100RUN which ghc && \
102101 ghc --version && \
103102 which cabal && \
Original file line number Diff line number Diff line change @@ -44,6 +44,8 @@ RUN which ghc && \
4444 cabal --version && \
4545 ghc-pkg list
4646
47+ RUN cabal install alex happy
48+ RUN cabal install cpphs gtk2hs-buildtools
4749RUN cabal install array \
4850 async \
4951 attoparsec \
@@ -93,9 +95,7 @@ RUN cabal install array \
9395 unordered-containers \
9496 vector \
9597 xhtml \
96- zlib \
97- cpphs \
98- gtk2hs-buildtools
98+ zlib
9999
100100RUN which ghc && \
101101 ghc --version && \
You can’t perform that action at this time.
0 commit comments