Skip to content

Commit 70fa721

Browse files
committed
Not sure why the GHC 8 build needs this
Strange that the GHC 7.10 travis build seems to work ok without it
1 parent bd07ad1 commit 70fa721

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

travis/build.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ if [[ -d .cabal && -d .ghc ]]; then
88
fi
99

1010
cabal update
11+
cabal install gtk2hs-buildtools
1112

1213
cabal new-build
1314

0 commit comments

Comments
 (0)