disable example02
This commit is contained in:
parent
69dc80707f
commit
bfce887113
1 changed files with 0 additions and 28 deletions
28
hw.cabal
28
hw.cabal
|
@ -96,31 +96,3 @@ executable example01
|
||||||
default-language: Haskell2010
|
default-language: Haskell2010
|
||||||
ghc-options: -Wall
|
ghc-options: -Wall
|
||||||
extra-libraries: stdc++
|
extra-libraries: stdc++
|
||||||
|
|
||||||
executable example02
|
|
||||||
main-is: Main.hs
|
|
||||||
other-modules: Util
|
|
||||||
, Types
|
|
||||||
, Init
|
|
||||||
-- other-extensions:
|
|
||||||
default-extensions: OverloadedStrings
|
|
||||||
if flag(examples)
|
|
||||||
build-depends: base >=4.9
|
|
||||||
, affection
|
|
||||||
, sdl2
|
|
||||||
, linear
|
|
||||||
, spatial-math
|
|
||||||
, bytestring
|
|
||||||
, OpenGL
|
|
||||||
, OpenGLRaw
|
|
||||||
, GLUtil
|
|
||||||
, random
|
|
||||||
, vector
|
|
||||||
, wavefront
|
|
||||||
, shoot
|
|
||||||
else
|
|
||||||
buildable: False
|
|
||||||
hs-source-dirs: examples/example02
|
|
||||||
default-language: Haskell2010
|
|
||||||
ghc-options: -Wall
|
|
||||||
extra-libraries: stdc++
|
|
||||||
|
|
Loading…
Reference in a new issue