-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsagacious.cabal
32 lines (30 loc) · 939 Bytes
/
sagacious.cabal
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
30
31
32
-- Initial sagacious.cabal generated by cabal init. For further
-- documentation, see http://haskell.org/cabal/users-guide/
name: sagacious
version: 0.1.0.0
-- synopsis:
-- description:
license: GPL-3
license-file: LICENSE
author: ab
maintainer: abyaly@gmail.com
-- copyright:
category: Game
build-type: Simple
-- extra-source-files:
cabal-version: >=1.10
executable sagacious
main-is: Main.hs
-- other-modules:
-- other-extensions:
build-depends: base >=4.8 && <4.9
,sdl2 ==2.1.0
,linear ==1.20.2
,stm ==2.4.4
,mtl ==2.2.1
,lens ==4.13
,stm-chans ==3.0.0.4
,vector
,containers
hs-source-dirs: src
default-language: Haskell2010