Skip to content

Commit d03b440

Browse files
committed
install alex and happy
1 parent 04e51b7 commit d03b440

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

1/Dockerfile

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff 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
4749
RUN 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-
101100
RUN which ghc && \
102101
ghc --version && \
103102
which cabal && \

2/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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
4749
RUN 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

100100
RUN which ghc && \
101101
ghc --version && \

0 commit comments

Comments
 (0)