-
Notifications
You must be signed in to change notification settings - Fork 0
/
MemoryMaster.cabal
64 lines (58 loc) · 1.91 KB
/
MemoryMaster.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
cabal-version: 2.4
name: MemoryMaster
version: 1.0.1
homepage: https://github.com/web-apps-top/MemoryMaster/README.md
bug-reports: https://github.com/web-apps-top/MemoryMaster/issues
synopsis: MemoryMaster
description: MemoryMaster
license-file: LICENSE
author: Fabien Boucher
maintainer: web.apps.top@gmail.com
copyright: 2023 Fabien Boucher
extra-source-files:
README.md
common common-options
default-language: Haskell2010
default-extensions: LambdaCase
, NoImplicitPrelude
, OverloadedStrings
, RecordWildCards
, NamedFieldPuns
, DeriveGeneric
, DataKinds
, OverloadedRecordDot
, QuasiQuotes
, TypeOperators
, TypeApplications
, TupleSections
ghc-options: -Wall
build-depends: base < 5
, butler
, aeson
, base64-bytestring
, bytestring
, containers
, file-embed
, filepath
, random
, random-shuffle
, serialise
, sqlite-simple
, text
, time
, witch
, xstatic-remixicon
library
import: common-options
exposed-modules: MemoryMaster
, MemoryMaster.Engine
build-depends:
hs-source-dirs: src
executable MemoryMaster
import: common-options
main-is: Main.hs
build-depends: MemoryMaster
hs-source-dirs: app
default-language: Haskell2010
ghc-options: -Wall
-threaded