-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhiss2.cabal
78 lines (67 loc) · 1.5 KB
/
hiss2.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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
cabal-version: 3.4
name: hiss2
version: 0.1.0.0
license: MIT
license-file: LICENSE
author: andrii
maintainer: [email protected]
category: Text
build-type: Simple
common warnings
ghc-options: -Wall
executable hiss2
import: warnings
main-is: Main.hs
build-depends:
, base ^>=4.19.0.0
, haskeline
, optparse-applicative
, split
, time
hs-source-dirs: app
default-language: GHC2021
library
import: warnings
exposed-modules:
Persistence.Models
Persistence.Persistence
build-depends:
, base ^>=4.19.0.0
, esqueleto
, persistent
, persistent-sqlite
, persistent-template
hs-source-dirs: src src/Persistence
default-language: GHC2021
executable streaks
import: warnings
main-is: Main.hs
other-modules:
Streaks
Tiles
build-depends:
, ansi-terminal
, base ^>=4.19.0.0
, hiss2
, time
hs-source-dirs: app/Streaks
default-language: GHC2021
executable turbo-m
import: warnings
main-is: TurboM.hs
default-extensions: OverloadedRecordDot
build-depends:
, ansi-terminal
, base ^>=4.19.0.0
, containers
, optparse-applicative
, random-shuffle
, split
, sqlite-simple
, text
, time
hs-source-dirs: app app/TurboM
default-language: GHC2021
other-modules:
TurboM.Model
TurboM.Srs