Skip to content

Commit

Permalink
Update travis and appveyor (use hackage ghcjs-dom)
Browse files Browse the repository at this point in the history
  • Loading branch information
hamishmack committed Jun 23, 2016
1 parent 2c97555 commit bfdb3a5
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 10 deletions.
2 changes: 1 addition & 1 deletion appveyor/build-some.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ if [ ! -d cache1 ]; then
elif [ ! -d cache2 ]; then
mv cache1/* $APPDATA
cabal update
cabal install vendor/gi-gtk-hs vendor/ltk vendor/jsaddle-dom vendor/ghcjs-dom --force-reinstalls
cabal install gi-gtk-hs vendor/ltk ghcjs-dom --force-reinstalls
mkdir cache2
mv $APPDATA/ghc $APPDATA/cabal cache2
elif [ ! -d cache3 ]; then
Expand Down
2 changes: 1 addition & 1 deletion appveyor/cleanup-cache2.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Change this file to clear appveyor cache2 2
Change this file to clear appveyor cache2 3
3 changes: 0 additions & 3 deletions cabal.project
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,3 @@ packages:
vendor/ltk/
vendor/haskellVCSGUI/vcsgui/
vendor/yi/
vendor/gi-gtk-hs/
vendor/jsaddle-dom/
vendor/ghcjs-dom/
5 changes: 2 additions & 3 deletions travis/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,15 @@ if [ -d .ghc ]; then cp -a .ghc /root; fi
cabal --version
ghc --version
cabal update
cabal install aeson aeson-pretty
cabal install vendor/haskell-gi vendor/haskell-gi-base
cabal new-build ghcjs-dom || cabal new-build ghcjs-dom

# update the cache in case we time out later
rm -rf .cabal
cp -a /root/.cabal ./
rm -rf .ghc
cp -a /root/.ghc ./

cabal new-build
cabal new-build || cabal new-build
cabal sdist

# update the cache
Expand Down
2 changes: 1 addition & 1 deletion vendor/ghcjs-dom
Submodule ghcjs-dom updated 2637 files
2 changes: 1 addition & 1 deletion vendor/jsaddle-dom
Submodule jsaddle-dom updated 1 files
+20 −10 src/JSDOM/EventM.hs

0 comments on commit bfdb3a5

Please sign in to comment.