File tree Expand file tree Collapse file tree 2 files changed +6
-9
lines changed Expand file tree Collapse file tree 2 files changed +6
-9
lines changed Original file line number Diff line number Diff line change 1
1
language : haskell
2
2
before_install :
3
3
- sudo apt-get update -qq
4
- - sudo apt-get --no-install-recommends install darcs libgtksourceview-3.0-dev
5
- - mkdir vendor
6
- - cd vendor
7
- - darcs get --lazy http://code.haskell.org/gtk2hs/
8
- - cabal install ./gtk2hs/tools
9
- - cd ..
4
+ - sudo apt-get --no-install-recommends install libgtksourceview-3.0-dev alex happy
5
+ - cabal install Cabal
6
+ - cabal install cabal-install
7
+ - PATH="$HOME/.cabal/bin:$PATH" cabal install gtk2hs-buildtools
10
8
install :
11
- - cabal install cabal-meta cabal-src
9
+ - PATH="$HOME/.cabal/bin:$PATH" cabal install cabal-meta cabal-src
12
10
script :
13
- - cabal-meta install --force-reinstalls
11
+ - PATH="$HOME/.cabal/bin:$PATH" cabal-meta install --force-reinstalls
14
12
notifications :
15
13
irc :
16
14
channels : " irc.freenode.net#leksah"
Original file line number Diff line number Diff line change 1
- https://github.com/gtk2hs/gtk2hs
2
1
https://github.com/leksah/haskellVCSWrapper.git
3
2
./vcsgui
You can’t perform that action at this time.
0 commit comments