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 7260b9a commit 0ee2bb3Copy full SHA for 0ee2bb3
.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/ObjectName.git
77
+ - cd ObjectName
78
+ - cabal install --enable-documentation
79
+ - popd
80
+ - ghc-pkg list
81
+ - pushd ..
82
- git clone --depth=100 --quiet https://github.com/haskell-opengl/StateVar.git
83
- cd StateVar
84
- cabal install --enable-documentation
0 commit comments