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 e1ccaf0 commit 7260b9aCopy full SHA for 7260b9a
.travis.yml
@@ -73,6 +73,12 @@ before_script:
73
- ghc --version
74
- ghc-pkg list
75
- pushd ..
76
+ - git clone --depth=100 --quiet https://github.com/haskell-opengl/StateVar.git
77
+ - cd StateVar
78
+ - cabal install --enable-documentation
79
+ - popd
80
+ - ghc-pkg list
81
+ - pushd ..
82
- git clone --depth=100 --quiet https://github.com/haskell-opengl/OpenGLRaw.git
83
- cd OpenGLRaw
84
- cabal install --enable-documentation
0 commit comments