-
Notifications
You must be signed in to change notification settings - Fork 1
/
4d-labyrinth.cabal
23 lines (21 loc) · 1.02 KB
/
4d-labyrinth.cabal
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
-- Initial 4d-labyrinth.cabal generated by cabal init. For further
-- documentation, see http://haskell.org/cabal/users-guide/
name: 4d-labyrinth
version: 0.1.0.0
-- synopsis:
-- description:
license: GPL-3
license-file: LICENSE
author: Matthias Hutzler
maintainer: matthias.ralph.hutzler@student.uni-augsburg.de
-- copyright:
-- category:
build-type: Simple
cabal-version: >=1.10
executable 4d-labyrinth
main-is: Main.hs
-- other-modules:
other-extensions: TemplateHaskell, Rank2Types, ScopedTypeVariables, DeriveFunctor
build-depends: base >=4.9 && <4.18, OpenGL >=3.0 && <3.1, MonadRandom >=0.5 && <0.7, sdl2 >=2.2 && <2.6, lens >=4.15 && <5.3, linear >=1.20 && <1.23, containers >=0.5 && <0.7, bytestring >=0.10 && <0.12, filepath >=1.4 && <1.5, adjunctions >=4.3 && <4.5, array >=0.5 && <0.6, mtl >=2.2 && <2.3
hs-source-dirs: src
default-language: Haskell2010