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 && \
44
44
cabal --version && \
45
45
ghc-pkg list
46
46
47
+ RUN cabal install alex happy
48
+ RUN cabal install cpphs gtk2hs-buildtools
47
49
RUN cabal install array \
48
50
async \
49
51
attoparsec \
@@ -93,11 +95,8 @@ RUN cabal install array \
93
95
unordered-containers \
94
96
vector \
95
97
xhtml \
96
- zlib \
97
- cpphs \
98
- gtk2hs-buildtools
98
+ zlib
99
99
100
-
101
100
RUN which ghc && \
102
101
ghc --version && \
103
102
which cabal && \
Original file line number Diff line number Diff line change @@ -44,6 +44,8 @@ RUN which ghc && \
44
44
cabal --version && \
45
45
ghc-pkg list
46
46
47
+ RUN cabal install alex happy
48
+ RUN cabal install cpphs gtk2hs-buildtools
47
49
RUN cabal install array \
48
50
async \
49
51
attoparsec \
@@ -93,9 +95,7 @@ RUN cabal install array \
93
95
unordered-containers \
94
96
vector \
95
97
xhtml \
96
- zlib \
97
- cpphs \
98
- gtk2hs-buildtools
98
+ zlib
99
99
100
100
RUN which ghc && \
101
101
ghc --version && \
You can’t perform that action at this time.
0 commit comments