-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathTitim.cabal
27 lines (25 loc) · 929 Bytes
/
Titim.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
name: Titim
version: 0.2.3
synopsis: Game for Lounge Marmelade
description: Game for Lounge Marmelade
license: GPL-3
license-file: LICENSE
author: Jefffrey
maintainer: [email protected]
category: Game
build-type: Simple
extra-source-files: README.md
cabal-version: >= 1.10
source-repository head
type: git
location: https://github.com/Jefffrey/Titim.git
executable titim
main-is: Main.hs
build-depends: base >= 4.7 && < 4.8,
random >= 1.1 && < 1.2,
matrix >= 0.3 && < 0.4,
containers >= 0.5 && < 0.6,
cmdtheline >= 0.2 && < 0.3
hs-source-dirs: src
default-language: Haskell2010
ghc-options: -Wall -fno-warn-orphans -threaded -rtsopts -with-rtsopts=-N