We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d94ccc2 commit 79a4469Copy full SHA for 79a4469
.travis.yml
@@ -0,0 +1,16 @@
1
+language: haskell
2
+before_install:
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://patch-tag.com/r/hamish/gtk2hs
8
+ - cabal install ./gtk2hs/tools
9
+ - cd ..
10
+install:
11
+ - cabal install cabal-meta cabal-src
12
+ - cabal-meta install -fgtk3 --force-reinstalls
13
+notifications:
14
+ irc:
15
+ channels: "irc.freenode.net#leksah"
16
+ email: true
sources.txt
@@ -1 +1,3 @@
+darcs:http://patch-tag.com/r/hamish/gtk2hs
+https://github.com/leksah/haskellVCSWrapper.git
./vcsgui
0 commit comments