hw/hw.cabal

42 lines
1.2 KiB
Plaintext
Raw Normal View History

2017-09-09 14:39:41 +00:00
-- Initial hw.cabal generated by cabal init. For further documentation,
-- see http://haskell.org/cabal/users-guide/
name: hw
version: 0.0.0.0
-- synopsis:
-- description:
license: GPL-3
license-file: LICENSE
author: nek0
maintainer: nek0@chelnok.de
-- copyright:
category: Game
build-type: Simple
extra-source-files: ChangeLog.md
cabal-version: >=1.10
executable hw
main-is: Main.hs
other-modules: Util
2017-09-19 15:27:49 +00:00
, Types
, Init
2017-09-09 14:39:41 +00:00
-- other-extensions:
default-extensions: OverloadedStrings
2017-09-19 15:27:49 +00:00
build-depends: base >=4.9
2017-09-09 14:39:41 +00:00
, affection
, sdl2
, linear
2017-09-19 15:27:49 +00:00
, spatial-math
2017-09-09 14:39:41 +00:00
, bytestring
, OpenGL
, OpenGLRaw
, GLUtil
, random
, vector
, wavefront
2017-09-19 15:27:49 +00:00
, shoot
2017-09-09 14:39:41 +00:00
hs-source-dirs: src
default-language: Haskell2010
ghc-options: -Wall
2017-09-19 15:27:49 +00:00
extra-libraries: stdc++