-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathHaskell-Project.cabal
More file actions
29 lines (27 loc) · 831 Bytes
/
Copy pathHaskell-Project.cabal
File metadata and controls
29 lines (27 loc) · 831 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
cabal-version: 3.14
name: Haskell-Project
version: 0.1.0.0
license: MIT
license-file: LICENSE
author: ratteperk
maintainer: spered2109@gmail.com
category: Game
build-type: Simple
extra-doc-files: CHANGELOG.md
common warnings
ghc-options: -Wall
executable Haskell-Project
main-is: Main.hs
other-modules: Config
Input
Logic
Pathfinding
Rendering
Types
build-depends: base >=4.14 && <4.19
, gloss >=1.13
, GLUT >=2.7
, random >=1.2 && <1.3
, gloss-juicy >=0.1
hs-source-dirs: app
default-language: Haskell2010