37 lines
1 KiB
Text
37 lines
1 KiB
Text
|
-- 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
|
||
|
-- other-extensions:
|
||
|
default-extensions: OverloadedStrings
|
||
|
build-depends: base >=4.9 && <4.10
|
||
|
, affection
|
||
|
, sdl2
|
||
|
, linear
|
||
|
, bytestring
|
||
|
, OpenGL
|
||
|
, OpenGLRaw
|
||
|
, GLUtil
|
||
|
, random
|
||
|
, vector
|
||
|
, wavefront
|
||
|
hs-source-dirs: src
|
||
|
default-language: Haskell2010
|
||
|
ghc-options: -Wall
|