-
Notifications
You must be signed in to change notification settings - Fork 0
/
saboteur.cabal
45 lines (40 loc) · 1019 Bytes
/
saboteur.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
33
34
35
36
37
38
39
40
41
42
43
44
45
cabal-version: 2.4
name: saboteur
version: 0.1.0.0
-- synopsis:
-- description:
homepage: https://github.com/githubuser/saboteur#readme
license: BSD-3-Clause
license-file: LICENSE
author: Santiago Camargo Rodríguez
maintainer: [email protected]
copyright: 2019 Santiago Camargo Rodríguez
category: Web
build-type: Simple
extra-source-files: README.md
library
hs-source-dirs: src
exposed-modules:
Board
Card
Game
Lib
Mocks
Player
PrettyPrint
Turn
Utils
build-depends:
base >=4.7 && <5
, random >=1.1
, random-shuffle >=0.0.4 && <1
-- , aeson >= 1.3.1.1 && < 1.5.0.0
-- , text >= 1.2.3.0 && < 1.2.4.0
default-language: Haskell2010
default-extensions:
DeriveFunctor
DeriveGeneric
OverloadedStrings
source-repository head
type: git
location: https://github.com/githubuser/saboteur