-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdiscord-scheme.cabal
More file actions
31 lines (30 loc) · 904 Bytes
/
discord-scheme.cabal
File metadata and controls
31 lines (30 loc) · 904 Bytes
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
cabal-version: 3.0
name: discord-scheme
version: 0.1.0.0
license-file: LICENSE
author: Kaptch
maintainer: kaptch@gmail.com
build-type: Simple
extra-source-files: CHANGELOG.md
executable discord-scheme
main-is: Main.hs
other-modules: Scheme
ghc-options: -fplugin=Polysemy.Plugin
build-depends: base
, calamity
, polysemy
, polysemy-plugin
, stm
, lens
, text
, text-show
, di-polysemy
, di
, vector
, random
, data-flags
, hashmap
, hashable
, mtl
, parsec
default-language: Haskell2010