Skip to content

Commit 572a10f

Browse files
committed
Use packages from Hackage only.
1 parent 33c81e0 commit 572a10f

File tree

1 file changed

+0
-24
lines changed

1 file changed

+0
-24
lines changed

.travis.yml

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -48,30 +48,6 @@ before_script:
4848
- cabal update
4949
- ghc --version
5050
- ghc-pkg list
51-
- pushd ..
52-
- git clone --depth=100 --quiet https://github.com/svenpanne/ObjectName.git
53-
- cd ObjectName
54-
- cabal install --enable-documentation
55-
- popd
56-
- ghc-pkg list
57-
- pushd ..
58-
- git clone --depth=100 --quiet https://github.com/haskell-opengl/StateVar.git
59-
- cd StateVar
60-
- cabal install --enable-documentation
61-
- popd
62-
- ghc-pkg list
63-
- pushd ..
64-
- git clone --depth=100 --quiet https://github.com/haskell-opengl/OpenGLRaw.git
65-
- cd OpenGLRaw
66-
- cabal install --enable-documentation
67-
- popd
68-
- ghc-pkg list
69-
- pushd ..
70-
- git clone --depth=100 --quiet https://github.com/haskell-opengl/GLURaw.git
71-
- cd GLURaw
72-
- cabal install --enable-documentation
73-
- popd
74-
- ghc-pkg list
7551

7652
script:
7753
- cabal install --enable-documentation

0 commit comments

Comments
 (0)