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