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 d7d9183 commit 0a28711Copy full SHA for 0a28711
.travis.yml
@@ -80,6 +80,18 @@ before_script:
80
- ghc --version
81
- ghc-pkg list
82
- pushd ..
83
+ - git clone --depth=100 --quiet https://github.com/svenpanne/ObjectName.git
84
+ - cd ObjectName
85
+ - cabal install --enable-documentation
86
+ - popd
87
+ - ghc-pkg list
88
+ - pushd ..
89
+ - git clone --depth=100 --quiet https://github.com/haskell-opengl/StateVar.git
90
+ - cd StateVar
91
92
93
94
95
- git clone --depth=100 --quiet https://github.com/haskell-opengl/OpenGLRaw.git
96
- cd OpenGLRaw
97
- cabal install --enable-documentation
0 commit comments