Stefan Dresselhaus
55a873022b
- map is now displayed correctly - camera is adjusted - created ProgramState as TVar for concurrent reading/writing
26 lines
693 B
Plaintext
26 lines
693 B
Plaintext
name: Pioneers
|
|
version: 0.1
|
|
cabal-version: >=1.2
|
|
build-type: Simple
|
|
author: sdressel
|
|
|
|
executable Pioneers
|
|
hs-source-dirs: src
|
|
main-is: Main.hs
|
|
build-depends:
|
|
base >= 4,
|
|
gtk,
|
|
OpenGL >=2.8.0 && <2.9,
|
|
gtkglext >=0.12,
|
|
containers >=0.5 && <0.6,
|
|
array >=0.4.0 && <0.5,
|
|
random >=1.0.1 && <1.1,
|
|
random >=1.0.1 && <1.1,
|
|
text >=0.11.3 && <0.12,
|
|
stm >=2.4.2 && <2.5
|
|
ghc-options: -Wall
|
|
other-modules:
|
|
Map.Coordinates,
|
|
Map.Map
|
|
|