Skip to content

Commit

Permalink
Use hackage version of gtk2hs
Browse files Browse the repository at this point in the history
  • Loading branch information
hamishmack committed Nov 30, 2013
1 parent e843156 commit 9c872f4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 9 deletions.
14 changes: 6 additions & 8 deletions .travis.yml
@@ -1,16 +1,14 @@
language: haskell
before_install:
- sudo apt-get update -qq
- sudo apt-get --no-install-recommends install darcs libgtksourceview-3.0-dev
- mkdir vendor
- cd vendor
- darcs get --lazy http://code.haskell.org/gtk2hs/
- cabal install ./gtk2hs/tools
- cd ..
- sudo apt-get --no-install-recommends install libgtksourceview-3.0-dev alex happy
- cabal install Cabal
- cabal install cabal-install
- PATH="$HOME/.cabal/bin:$PATH" cabal install gtk2hs-buildtools
install:
- cabal install cabal-meta cabal-src
- PATH="$HOME/.cabal/bin:$PATH" cabal install cabal-meta cabal-src
script:
- cabal-meta install --force-reinstalls
- PATH="$HOME/.cabal/bin:$PATH" cabal-meta install --force-reinstalls
notifications:
irc:
channels: "irc.freenode.net#leksah"
Expand Down
1 change: 0 additions & 1 deletion sources.txt
@@ -1,3 +1,2 @@
https://github.com/gtk2hs/gtk2hs
https://github.com/leksah/haskellVCSWrapper.git
./vcsgui

0 comments on commit 9c872f4

Please sign in to comment.