Skip to content
This repository has been archived by the owner on Mar 4, 2018. It is now read-only.

Commit

Permalink
Workaround ihaskell-widgets dependency build failure
Browse files Browse the repository at this point in the history
Pin singletons to 1.1.2.1 for now

Contribution (c) Copyright IBM Corp. 2015
  • Loading branch information
parente committed Sep 23, 2015
1 parent ce4ae33 commit f421633
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ RUN cabal update && \
cabal install cpphs && \
cabal install gtk2hs-buildtools && \
cabal install ihaskell-0.8.0.0 --reorder-goals && \
cabal install ihaskell-widgets HTTP Chart Chart-cairo && \
cabal install singletons-1.1.2.1 ihaskell-widgets-0.2.0.0 HTTP Chart Chart-cairo && \
ihaskell install && \
rm -fr $(echo ~/.cabal/bin/* | grep -iv ihaskell) ~/.cabal/packages ~/.cabal/share/doc ~/.cabal/setup-exe-cache ~/.cabal/logs

Expand Down

0 comments on commit f421633

Please sign in to comment.